about summary refs log tree commit diff
path: root/compiler/rustc_incremental/src
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2020-12-28 20:15:16 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2020-12-29 23:39:56 +0300
commit4d2d0bad4e51d0d14d21b4e21cdb61b55dd11349 (patch)
tree9803bb601004e2fcb03d00009320067e439535d4 /compiler/rustc_incremental/src
parent158f8d034b15e65ba8dc0d066358dd0632bfcd6e (diff)
downloadrust-4d2d0bad4e51d0d14d21b4e21cdb61b55dd11349.tar.gz
rust-4d2d0bad4e51d0d14d21b4e21cdb61b55dd11349.zip
Remove `compile-fail` test suite
Diffstat (limited to 'compiler/rustc_incremental/src')
-rw-r--r--compiler/rustc_incremental/src/assert_dep_graph.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_incremental/src/assert_dep_graph.rs b/compiler/rustc_incremental/src/assert_dep_graph.rs
index e17396422f1..9b4388c911f 100644
--- a/compiler/rustc_incremental/src/assert_dep_graph.rs
+++ b/compiler/rustc_incremental/src/assert_dep_graph.rs
@@ -12,7 +12,7 @@
 //! In this code, we report errors on each `rustc_if_this_changed`
 //! annotation. If a path exists in all cases, then we would report
 //! "all path(s) exist". Otherwise, we report: "no path to `foo`" for
-//! each case where no path exists. `compile-fail` tests can then be
+//! each case where no path exists. `ui` tests can then be
 //! used to check when paths exist or do not.
 //!
 //! The full form of the `rustc_if_this_changed` annotation is