Skip to content

Commit 63edce1

Browse files
committed
feat(tests): migrate wasm-bare linker run-make to ui test
1 parent 2d2c135 commit 63edce1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
//@ only-wasm32-bare
2+
//@ compile-flags: -Dlinker-messages
3+
//@ build-pass
4+
/// This test checks that linker messages due to gcc lacking
5+
/// support for wasm32 messages are not emitted when the target
6+
/// is wasm32-unknown-unknown or wasm32v1-none
7+
8+
fn main() {
9+
()
10+
}

0 commit comments

Comments
 (0)