about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2018-07-05 20:18:19 -0500
committerJorge Aparicio <jorge@japaric.io>2018-07-05 20:18:19 -0500
commitf9145d01e16d98b7dc969b66ffb6068df9cdd01d (patch)
treef353061e12af98b1be5fc153615a51dff1129eac /src
parent0ed32313a223dbe1a1d5f61cd66d533992e26f6d (diff)
downloadrust-f9145d01e16d98b7dc969b66ffb6068df9cdd01d.tar.gz
rust-f9145d01e16d98b7dc969b66ffb6068df9cdd01d.zip
update run-pass test
Diffstat (limited to 'src')
-rw-r--r--src/test/run-make-fulldeps/target-without-atomic-cas/Makefile5
-rw-r--r--src/test/run-make-fulldeps/target-without-atomics/Makefile5
2 files changed, 5 insertions, 5 deletions
diff --git a/src/test/run-make-fulldeps/target-without-atomic-cas/Makefile b/src/test/run-make-fulldeps/target-without-atomic-cas/Makefile
new file mode 100644
index 00000000000..c2eb4caea26
--- /dev/null
+++ b/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"'
diff --git a/src/test/run-make-fulldeps/target-without-atomics/Makefile b/src/test/run-make-fulldeps/target-without-atomics/Makefile
deleted file mode 100644
index c5f575ddf84..00000000000
--- a/src/test/run-make-fulldeps/target-without-atomics/Makefile
+++ /dev/null
@@ -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