diff options
| author | Josh Stone <jistone@redhat.com> | 2017-10-18 07:54:35 -0700 | 
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2017-10-18 07:54:35 -0700 | 
| commit | 6309a475f912f8237cba57458bc598c2fc8fc90b (patch) | |
| tree | 934b9e2a6616d1650ac2985bd4b41f677e082356 | |
| parent | 6f33108e4d13c018368fb7fd3c337718de89925e (diff) | |
| download | rust-6309a475f912f8237cba57458bc598c2fc8fc90b.tar.gz rust-6309a475f912f8237cba57458bc598c2fc8fc90b.zip  | |
Remove two obsolete min-llvm-version tests
| -rw-r--r-- | src/test/codegen/abi-x86-interrupt.rs | 1 | ||||
| -rw-r--r-- | src/test/run-pass/issue-36023.rs | 2 | 
2 files changed, 0 insertions, 3 deletions
diff --git a/src/test/codegen/abi-x86-interrupt.rs b/src/test/codegen/abi-x86-interrupt.rs index 838cd4bf6d7..e0b37cb2f32 100644 --- a/src/test/codegen/abi-x86-interrupt.rs +++ b/src/test/codegen/abi-x86-interrupt.rs @@ -14,7 +14,6 @@ // ignore-arm // ignore-aarch64 -// min-llvm-version 3.8 // compile-flags: -C no-prepopulate-passes diff --git a/src/test/run-pass/issue-36023.rs b/src/test/run-pass/issue-36023.rs index 53a8a403b64..f6c03b384f2 100644 --- a/src/test/run-pass/issue-36023.rs +++ b/src/test/run-pass/issue-36023.rs @@ -8,8 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// min-llvm-version 3.9 - use std::ops::Deref; fn main() {  | 
