update run-pass test

This commit is contained in:
Jorge Aparicio 2018-07-05 20:18:19 -05:00
parent 0ed32313a2
commit f9145d01e1
2 changed files with 5 additions and 5 deletions

View file

@ -0,0 +1,5 @@
-include ../tools.mk
# The target used below doesn't support atomic CAS operations. Verify that's the case
all:
$(RUSTC) --print cfg --target thumbv6m-none-eabi | $(CGREP) -v 'target_has_atomic="cas"'

View file

@ -1,5 +0,0 @@
-include ../tools.mk
# The target used below doesn't support atomic operations. Verify that's the case
all:
$(RUSTC) --print cfg --target thumbv6m-none-eabi | $(CGREP) -v target_has_atomic