Skip to content

Commit

Permalink
Specify min llvm version for issue 80309 regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WaffleLapkin committed Feb 4, 2022
1 parent 8e99d92 commit a3b1bc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/ui/ptr_ops/issue-80309-safe.rs
@@ -1,4 +1,5 @@
// run-pass
// min-llvm-version: 13.0
// compiler-flags: -O

// Regression test for issue #80309
Expand Down
1 change: 1 addition & 0 deletions src/test/ui/ptr_ops/issue-80309.rs
@@ -1,4 +1,5 @@
// run-pass
// min-llvm-version: 13.0
// compiler-flags: -O

// Regression test for issue #80309
Expand Down

0 comments on commit a3b1bc1

Please sign in to comment.