summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/target-without-atomic-cas/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-make-fulldeps/target-without-atomic-cas/Makefile')
-rw-r--r--src/test/run-make-fulldeps/target-without-atomic-cas/Makefile5
1 files changed, 0 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
deleted file mode 100644
index 451f03d66..000000000
--- a/src/test/run-make-fulldeps/target-without-atomic-cas/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-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="ptr"'