Skip to content

Commit 1519df6

Browse files
spastorinotshepang
authored andcommitted
Fix dep-graph-caller-callee test location
1 parent 7b4ab23 commit 1519df6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/incrcomp-debugging.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
There are various ways to write tests against the dependency graph.
66
The simplest mechanisms are the `#[rustc_if_this_changed]` and
7-
`#[rustc_then_this_would_need]` annotations. These are used in compile-fail
8-
tests to test whether the expected set of paths exist in the dependency graph.
9-
As an example, see `src/test/compile-fail/dep-graph-caller-callee.rs`.
7+
`#[rustc_then_this_would_need]` annotations. These are used in ui tests
8+
to test whether the expected set of paths exist in the dependency graph.
9+
As an example, see `src/test/ui/dep-graph/dep-graph-caller-callee.rs`.
1010

1111
The idea is that you can annotate a test like:
1212

0 commit comments

Comments
 (0)