Do not rely on exact error code.

This commit is contained in:
Camille GILLOT 2023-04-20 17:33:45 +00:00
parent 9f7e256ae7
commit 7e214bfc8a

View file

@ -6,4 +6,4 @@ include ../tools.mk
all:
$(RUSTC) input.rs; test $$? -eq 1
ls *.o; test $$? -eq 2
ls *.o; test $$? -ne 0