diff options
| author | Nikita Popov <npopov@redhat.com> | 2024-01-23 10:17:05 +0100 |
|---|---|---|
| committer | Nikita Popov <npopov@redhat.com> | 2024-01-23 10:31:07 +0100 |
| commit | 31f5f033e9a712cf586534e505a81f6e241f9db1 (patch) | |
| tree | 73f43711ecd74b6ba7cdeb68b57118884a6cf85e /tests/codegen/slice-iter-nonnull.rs | |
| parent | 823e8b041a03c4e5f33d95cdc6fb996ecbcf0fa5 (diff) | |
| download | rust-31f5f033e9a712cf586534e505a81f6e241f9db1.tar.gz rust-31f5f033e9a712cf586534e505a81f6e241f9db1.zip | |
Remove uses of no-system-llvm
It looks like none of these are actually needed.
Diffstat (limited to 'tests/codegen/slice-iter-nonnull.rs')
| -rw-r--r-- | tests/codegen/slice-iter-nonnull.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/codegen/slice-iter-nonnull.rs b/tests/codegen/slice-iter-nonnull.rs index 1e691cc34c9..93c8828ccd3 100644 --- a/tests/codegen/slice-iter-nonnull.rs +++ b/tests/codegen/slice-iter-nonnull.rs @@ -1,4 +1,3 @@ -// no-system-llvm // compile-flags: -O // ignore-debug (these add extra checks that make it hard to verify) #![crate_type = "lib"] |
