Skip to content

Commit ef9a68f

Browse files
committed
Add ignore-windows to a test.
This test has an expected stderr containing text like this: ``` help: the following other types implement trait `std::error::Error`: ... and 43 others ``` However, the number 43 is platform-specific; on Windows, there are two additional types, `InvalidHandleError` and `NullHandleError`, and the number of 45. So for now, disable this test on Windows.
1 parent 19ef182 commit ef9a68f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/ui/coercion/coerce-issue-49593-box-never.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// revisions: nofallback fallback
2+
// ignore-windows - the number of `Error` impls is platform-dependent
23
//[fallback] check-pass
34
//[nofallback] check-fail
45

0 commit comments

Comments
 (0)