diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2018-07-05 20:18:19 -0500 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2018-07-05 20:18:19 -0500 |
| commit | f9145d01e16d98b7dc969b66ffb6068df9cdd01d (patch) | |
| tree | f353061e12af98b1be5fc153615a51dff1129eac /src | |
| parent | 0ed32313a223dbe1a1d5f61cd66d533992e26f6d (diff) | |
| download | rust-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/Makefile | 5 | ||||
| -rw-r--r-- | src/test/run-make-fulldeps/target-without-atomics/Makefile | 5 |
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 |
