about summary refs log tree commit diff
path: root/tests/ui/dep-graph/dep-graph-trait-impl-two-traits.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/dep-graph/dep-graph-trait-impl-two-traits.rs')
-rw-r--r--tests/ui/dep-graph/dep-graph-trait-impl-two-traits.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/dep-graph/dep-graph-trait-impl-two-traits.rs b/tests/ui/dep-graph/dep-graph-trait-impl-two-traits.rs
index 0331e75b2fe..7c612158bf0 100644
--- a/tests/ui/dep-graph/dep-graph-trait-impl-two-traits.rs
+++ b/tests/ui/dep-graph/dep-graph-trait-impl-two-traits.rs
@@ -1,8 +1,8 @@
 // Test that adding an impl to a trait `Foo` does not affect functions
 // that only use `Bar`, so long as they do not have methods in common.
 
-// incremental
-// compile-flags: -Z query-dep-graph
+//@ incremental
+//@ compile-flags: -Z query-dep-graph
 
 #![feature(rustc_attrs)]
 #![allow(warnings)]