Skip to content

Commit

Permalink
Change test to be only-linux and ignore-wasm32
Browse files Browse the repository at this point in the history
  • Loading branch information
estebank committed Jul 12, 2024
1 parent 5099d71 commit a0f5dee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion tests/ui/crate-loading/multiple-dep-versions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
//@ aux-build:multiple-dep-versions-1.rs
//@ edition:2021
//@ 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
//@ ignore-windows
//@ only-linux
//@ ignore-wasm32

extern crate dependency;
extern crate dep_2_reexport;
Expand Down
4 changes: 2 additions & 2 deletions tests/ui/crate-loading/multiple-dep-versions.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a0f5dee

Please sign in to comment.