Skip to content

Commit

Permalink
update run-pass test
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Jul 6, 2018
1 parent 0ed3231 commit f9145d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions src/test/run-make-fulldeps/target-without-atomic-cas/Makefile
@@ -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"'
5 changes: 0 additions & 5 deletions src/test/run-make-fulldeps/target-without-atomics/Makefile

This file was deleted.

0 comments on commit f9145d0

Please sign in to comment.