about summary refs log tree commit diff
path: root/src/test/incremental/hashes/while_let_loops.rs
diff options
context:
space:
mode:
authorValentin Lazureanu <valentin@lazureanu.com>2020-07-17 08:47:04 +0000
committerValentin Lazureanu <valentin@lazureanu.com>2020-07-17 08:47:04 +0000
commit1e6adad33f3664d7f09742b73fd97aca63d6406f (patch)
tree183623a9501f03564a6884514d8e67ff624f68fa /src/test/incremental/hashes/while_let_loops.rs
parent8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e (diff)
downloadrust-1e6adad33f3664d7f09742b73fd97aca63d6406f.tar.gz
rust-1e6adad33f3664d7f09742b73fd97aca63d6406f.zip
Rename TypeckTables to TypeckResults.
Diffstat (limited to 'src/test/incremental/hashes/while_let_loops.rs')
-rw-r--r--src/test/incremental/hashes/while_let_loops.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/incremental/hashes/while_let_loops.rs b/src/test/incremental/hashes/while_let_loops.rs
index 6608ad9c41a..290f1b66a73 100644
--- a/src/test/incremental/hashes/while_let_loops.rs
+++ b/src/test/incremental/hashes/while_let_loops.rs
@@ -70,7 +70,7 @@ pub fn add_break() {
 }
 
 #[cfg(not(cfail1))]
-#[rustc_clean(cfg="cfail2", except="hir_owner_nodes, typeck_tables_of")]
+#[rustc_clean(cfg="cfail2", except="hir_owner_nodes, typeck")]
 #[rustc_clean(cfg="cfail3")]
 pub fn add_break() {
     let mut _x = 0;