diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2018-09-23 15:50:11 +0200 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2018-09-23 15:50:11 +0200 |
| commit | 3006d4ea48100a63278bfeb5f5cc90b017820520 (patch) | |
| tree | 4fcb60a5378974272db9373f4b48b61c5f7b6b12 | |
| parent | b4d6d781a16d9e1a765df5c9884a11095dab27c9 (diff) | |
| download | rust-3006d4ea48100a63278bfeb5f5cc90b017820520.tar.gz rust-3006d4ea48100a63278bfeb5f5cc90b017820520.zip | |
dbg_macro: more things...
| -rw-r--r-- | src/test/ui/rfc-2361-dbg-macro/dbg-macro-expected-behavior.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/ui/rfc-2361-dbg-macro/dbg-macro-expected-behavior.rs b/src/test/ui/rfc-2361-dbg-macro/dbg-macro-expected-behavior.rs index 8700699b321..a1e61bd7230 100644 --- a/src/test/ui/rfc-2361-dbg-macro/dbg-macro-expected-behavior.rs +++ b/src/test/ui/rfc-2361-dbg-macro/dbg-macro-expected-behavior.rs @@ -1,5 +1,8 @@ // run-pass // ignore-wasm +// ignore-wasm32 +// ignore-cloudabi no processes +// ignore-emscripten no processes // Tests ensuring that `dbg!(expr)` has the expected run-time behavior. // as well as some compile time properties we expect. |
