update run-pass test
This commit is contained in:
parent
0ed32313a2
commit
f9145d01e1
2 changed files with 5 additions and 5 deletions
|
|
@ -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"'
|
||||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue