about summary refs log tree commit diff
path: root/src/test/ui/sanitize/new-llvm-pass-manager-thin-lto.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/sanitize/new-llvm-pass-manager-thin-lto.rs')
-rw-r--r--src/test/ui/sanitize/new-llvm-pass-manager-thin-lto.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/sanitize/new-llvm-pass-manager-thin-lto.rs b/src/test/ui/sanitize/new-llvm-pass-manager-thin-lto.rs
index 1542c7f3118..33e18e35522 100644
--- a/src/test/ui/sanitize/new-llvm-pass-manager-thin-lto.rs
+++ b/src/test/ui/sanitize/new-llvm-pass-manager-thin-lto.rs
@@ -7,7 +7,7 @@
 //
 // no-prefer-dynamic
 // revisions: opt0 opt1
-// compile-flags: -Znew-llvm-pass-manager=yes -Zsanitizer=address -Clto=thin
+// compile-flags: -Zsanitizer=address -Clto=thin
 //[opt0]compile-flags: -Copt-level=0
 //[opt1]compile-flags: -Copt-level=1
 // run-fail