Skip to content

Commit 9e1f3a5

Browse files
committed
enable isolated-stdin test on Windows
1 parent 1e79637 commit 9e1f3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/miri/tests/fail/shims/isolated_stdin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
//@ignore-target: windows # FIXME: stdin does not work on Windows
21
//@error-in-other-file: `read` from stdin not available when isolation is enabled
32
//@normalize-stderr-test: "src/sys/.*\.rs" -> "$$FILE"
43
//@normalize-stderr-test: "\nLL \| .*" -> ""
4+
//@normalize-stderr-test: "\n... .*" -> ""
55
//@normalize-stderr-test: "\| +[|_^]+" -> "| ^"
66
//@normalize-stderr-test: "\n *= note:.*" -> ""
77
use std::io::{self, Read};

0 commit comments

Comments
 (0)