Searched refs:expect1 (Results 1 - 1 of 1) sorted by path

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

Completed in 40 milliseconds