Skip to content

Commit a0f5dee

Browse files
committed
Change test to be only-linux and ignore-wasm32
1 parent 5099d71 commit a0f5dee

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

tests/ui/crate-loading/multiple-dep-versions.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
//@ aux-build:multiple-dep-versions-1.rs
33
//@ edition:2021
44
//@ compile-flags: --error-format=human --color=always --crate-type bin --extern dependency={{build-base}}/crate-loading/multiple-dep-versions/auxiliary/libdependency-1.so --extern dep_2_reexport={{build-base}}/crate-loading/multiple-dep-versions/auxiliary/libdep_2_reexport.so
5-
//@ ignore-windows
5+
//@ only-linux
6+
//@ ignore-wasm32
67

78
extern crate dependency;
89
extern crate dep_2_reexport;

tests/ui/crate-loading/multiple-dep-versions.svg

+2-2
Loading

0 commit comments

Comments
 (0)