Skip to content

Commit

Permalink
Change test to be only-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
estebank committed Jul 12, 2024
1 parent 0b3114b commit 8e26711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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,7 @@
//@ 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

extern crate dependency;
extern crate dep_2_reexport;
Expand Down

0 comments on commit 8e26711

Please sign in to comment.