Skip to content

Commit 01195df

Browse files
committed
fix the test case by supplying proper options
1 parent a0151e8 commit 01195df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/compile-fail/dep_graph_crosscontaminate_tables.rs

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// Test that the `Tables` nodes for impl items are independent from
12+
// one another.
13+
14+
// compile-flags: -Z query-dep-graph
15+
1116
#![feature(rustc_attrs)]
1217

1318
struct Foo {

0 commit comments

Comments
 (0)