about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tests/ui/dyn-star/llvm-old-style-ptrs.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ui/dyn-star/llvm-old-style-ptrs.rs b/tests/ui/dyn-star/llvm-old-style-ptrs.rs
index d35519632be..4c042a53979 100644
--- a/tests/ui/dyn-star/llvm-old-style-ptrs.rs
+++ b/tests/ui/dyn-star/llvm-old-style-ptrs.rs
@@ -3,6 +3,8 @@
 
 // (opaque-pointers flag is called force-opaque-pointers in LLVM 13...)
 // min-llvm-version: 14.0
+// (the ability to disable opaque pointers has been removed in LLVM 17)
+// ignore-llvm-version: 17 - 99
 
 // This test can be removed once non-opaque pointers are gone from LLVM, maybe.