diff options
| author | Ralf Jung <post@ralfj.de> | 2024-05-06 11:15:07 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-05-06 11:15:07 +0200 |
| commit | dd5437fdffdb2a34ef19879dabfd30ff980771c3 (patch) | |
| tree | 1194614e52347a03ae85e178f5311846a973764d /src/tools/miri/tests/panic | |
| parent | 629d57e7001cf5d23ebbb973f8355cfe8972a24a (diff) | |
| download | rust-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.rs | 2 |
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 |
