about summary refs log tree commit diff
path: root/tests/ui/parser/impl-qpath.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/parser/impl-qpath.rs')
-rw-r--r--tests/ui/parser/impl-qpath.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/parser/impl-qpath.rs b/tests/ui/parser/impl-qpath.rs
index d7c4989b6e4..fed026792c9 100644
--- a/tests/ui/parser/impl-qpath.rs
+++ b/tests/ui/parser/impl-qpath.rs
@@ -1,5 +1,5 @@
 //@ check-pass
-//@ compile-flags: -Z parse-only
+//@ compile-flags: -Z parse-crate-root-only
 
 impl <*const u8>::AssocTy {} // OK
 impl <Type as Trait>::AssocTy {} // OK