diff options
| author | Jonas Schievink <jonasschievink@gmail.com> | 2020-10-14 16:25:10 +0200 |
|---|---|---|
| committer | Jonas Schievink <jonas.schievink@ferrous-systems.com> | 2020-10-19 16:37:04 +0200 |
| commit | a67160494cb9305e72aae5b367d9187f2f37e572 (patch) | |
| tree | 3e7a365b5ba7a150670ac658570abe21ceb93cdc | |
| parent | e36de6b2a1acc2826482f44a46b90678baccaaff (diff) | |
| download | rust-a67160494cb9305e72aae5b367d9187f2f37e572.tar.gz rust-a67160494cb9305e72aae5b367d9187f2f37e572.zip | |
Ignore test on WASM
| -rw-r--r-- | src/test/run-make/issue-36710/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-make/issue-36710/Makefile b/src/test/run-make/issue-36710/Makefile index fe8061c013a..ddde078e8f8 100644 --- a/src/test/run-make/issue-36710/Makefile +++ b/src/test/run-make/issue-36710/Makefile @@ -1,5 +1,7 @@ include ../../run-make-fulldeps/tools.mk +# ignore-wasm32 + all: foo $(call RUN,foo) |
