Searched refs:expect2 (Results 1 - 1 of 1) sorted by relevance

/system/extras/tests/bionic/libc/bionic/
H A Dtest_relocs.c13 int f1, f2, expect1 = 1, expect2 = 2; local
19 printf( "func2() returns %d: %s\n", f2, (f2 == expect2) ? "OK" : "FAIL" );
21 if (f1 != expect1 || f2 != expect2)

Completed in 164 milliseconds