Skip to content

Commit 7e214bf

Browse files
committed
Do not rely on exact error code.
1 parent 9f7e256 commit 7e214bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-make/const-prop-lint/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ include ../tools.mk
66

77
all:
88
$(RUSTC) input.rs; test $$? -eq 1
9-
ls *.o; test $$? -eq 2
9+
ls *.o; test $$? -ne 0

0 commit comments

Comments
 (0)