Commit c9b2595a by Jeff Law

Fix dumb mistakes.

From-SVN: r27143
parent 73951da8
...@@ -11,11 +11,11 @@ int func1() ...@@ -11,11 +11,11 @@ int func1()
if (test.v[0] != 10) if (test.v[0] != 10)
abort (); abort ();
if (test.v[0] != 20) if (test.v[1] != 20)
abort (); abort ();
if (test.v[0] != 30) if (test.v[2] != 30)
abort (); abort ();
if (test.v[0] != 40) if (test.v[3] != 40)
abort (); abort ();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment