about summary refs log tree commit diff
path: root/src/tools/miri/tests/panic
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2024-05-06 11:15:07 +0200
committerRalf Jung <post@ralfj.de>2024-05-06 11:15:07 +0200
commitdd5437fdffdb2a34ef19879dabfd30ff980771c3 (patch)
tree1194614e52347a03ae85e178f5311846a973764d /src/tools/miri/tests/panic
parent629d57e7001cf5d23ebbb973f8355cfe8972a24a (diff)
downloadrust-dd5437fdffdb2a34ef19879dabfd30ff980771c3.tar.gz
rust-dd5437fdffdb2a34ef19879dabfd30ff980771c3.zip
organize libc tests into a proper folder, and run some of them on Windows
Diffstat (limited to 'src/tools/miri/tests/panic')
-rw-r--r--src/tools/miri/tests/panic/unsupported_syscall.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/miri/tests/panic/unsupported_syscall.rs b/src/tools/miri/tests/panic/unsupported_syscall.rs
index 31d666e1d9d..30f9da5f80e 100644
--- a/src/tools/miri/tests/panic/unsupported_syscall.rs
+++ b/src/tools/miri/tests/panic/unsupported_syscall.rs
@@ -1,4 +1,4 @@
-//@ignore-target-windows: No libc on Windows
+//@ignore-target-windows: no `syscall` on Windows
 //@ignore-target-apple: `syscall` is not supported on macOS
 //@compile-flags: -Zmiri-panic-on-unsupported