Fix dumb mistakes.
From-SVN: r27143
This commit is contained in:
parent
73951da827
commit
c9b2595a77
@ -11,11 +11,11 @@ int func1()
|
||||
|
||||
if (test.v[0] != 10)
|
||||
abort ();
|
||||
if (test.v[0] != 20)
|
||||
if (test.v[1] != 20)
|
||||
abort ();
|
||||
if (test.v[0] != 30)
|
||||
if (test.v[2] != 30)
|
||||
abort ();
|
||||
if (test.v[0] != 40)
|
||||
if (test.v[3] != 40)
|
||||
abort ();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user