diff options
| author | Matthew Jasper <mjjasper1@gmail.com> | 2023-10-26 16:13:20 +0000 |
|---|---|---|
| committer | Matthew Jasper <mjjasper1@gmail.com> | 2024-01-05 09:30:27 +0000 |
| commit | 982b49494e7a50adb94eae42144cfa51229ac127 (patch) | |
| tree | 713f1ef55e8494d65722cd20feb415a98d47eed0 /tests/ui/command/command-pre-exec.rs | |
| parent | 5113ed28ea1451a13eae3a05dca0dbabfd56f587 (diff) | |
| download | rust-982b49494e7a50adb94eae42144cfa51229ac127.tar.gz rust-982b49494e7a50adb94eae42144cfa51229ac127.zip | |
Remove revisions for THIR unsafeck
This is to make the diff when stabilizing it easier to review.
Diffstat (limited to 'tests/ui/command/command-pre-exec.rs')
| -rw-r--r-- | tests/ui/command/command-pre-exec.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/command/command-pre-exec.rs b/tests/ui/command/command-pre-exec.rs index d366c5ffbfd..e8a909eecc1 100644 --- a/tests/ui/command/command-pre-exec.rs +++ b/tests/ui/command/command-pre-exec.rs @@ -1,6 +1,4 @@ // run-pass -// revisions: mir thir -// [thir]compile-flags: -Zthir-unsafeck #![allow(stable_features)] // ignore-windows - this is a unix-specific test |
