diff options
| author | Felix S. Klock II <pnkfelix@pnkfx.org> | 2018-09-14 12:57:42 +0200 |
|---|---|---|
| committer | Felix S. Klock II <pnkfelix@pnkfx.org> | 2018-09-21 16:21:37 +0200 |
| commit | 371fffdbedba3bb8a8981ecccea06bb0ca1ad2fb (patch) | |
| tree | 05d2f367070626647a297f6ce8a342dff1cf02f7 /src/test | |
| parent | c9f2c2de921c57abf75a14ed4eda0a0ec89e90e9 (diff) | |
| download | rust-371fffdbedba3bb8a8981ecccea06bb0ca1ad2fb.tar.gz rust-371fffdbedba3bb8a8981ecccea06bb0ca1ad2fb.zip | |
Workaround rust-lang/rust#54222 by just ignoring the warning about the linker flag.
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/run-pass/lib-defaults.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/lib-defaults.rs b/src/test/run-pass/lib-defaults.rs index fcaeda9a549..19340ed0e97 100644 --- a/src/test/run-pass/lib-defaults.rs +++ b/src/test/run-pass/lib-defaults.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// dont-check-compiler-stderr (rust-lang/rust#54222) + // ignore-wasm32-bare no libc to test ffi with // compile-flags: -lrust_test_helpers |
