Skip to content

Commit c04d674

Browse files
committed
Ignore gnu systems (windows-msvc only)
1 parent 3e72a01 commit c04d674

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/test/codegen/dllimports/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// This test is for *-windows-msvc only.
22
// only-windows
3+
// ignore-gnu
34

45
// aux-build:dummy.rs
56
// aux-build:wrapper.rs

src/test/codegen/panic-abort-windows.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This test is for *-windows-msvc only.
1+
// This test is for *-windows only.
22
// only-windows
33

44
// compile-flags: -C no-prepopulate-passes -C panic=abort -O

0 commit comments

Comments
 (0)