diff options
Diffstat (limited to 'test cases/common/187 find override/otherdir/main.c')
-rw-r--r-- | test cases/common/187 find override/otherdir/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/187 find override/otherdir/main.c b/test cases/common/187 find override/otherdir/main.c index 2cef67c..c442282 100644 --- a/test cases/common/187 find override/otherdir/main.c +++ b/test cases/common/187 find override/otherdir/main.c @@ -1,5 +1,5 @@ int be_seeing_you(); -int main(int argc, char **argv) { +int main() { return be_seeing_you() == 6 ? 0 : 1; } |