Skip to content

Commit 297b6f7

Browse files
authored
Update test1.c
1 parent 967da13 commit 297b6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,5 @@ int main()
147147
printf("\n");
148148
printf("\n");
149149

150-
return 0;
150+
return nfailed; /* 0 if all tests passed */
151151
}

0 commit comments

Comments
 (0)