We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 924ef94 commit bf387ecCopy full SHA for bf387ec
tests/assert.c
@@ -1,8 +1,8 @@
1
#include <assert.h>
2
3
int main() {
4
- assert(1 != 1);
5
assert(1 == 1);
+ assert(1 != 1);
6
7
return 0;
8
}
0 commit comments