We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f7e256 commit 7e214bfCopy full SHA for 7e214bf
tests/run-make/const-prop-lint/Makefile
@@ -6,4 +6,4 @@ include ../tools.mk
6
7
all:
8
$(RUSTC) input.rs; test $$? -eq 1
9
- ls *.o; test $$? -eq 2
+ ls *.o; test $$? -ne 0
0 commit comments