about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2022-09-30 10:18:36 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2022-09-30 10:18:36 +1000
commitf65eb51b00464dc632f6623e9d7374374d9188b2 (patch)
tree04934fca86d8ee4d02cfad0fe186f26ff3888357
parent307dd938d7937c93dc7a880e81a2383b82f30ad0 (diff)
Reinstate `hir-stats.rs` test for stage 1.
It was disabled in #94075 for stage 1 because that PR changed type
layouts such that the results for this test were different for stage 1
and stage 2. But now that #94075 is in beta, the results for this test
are now the same for stage 1 and stage 2.
-rw-r--r--src/test/ui/stats/hir-stats.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/stats/hir-stats.rs b/src/test/ui/stats/hir-stats.rs
index 5102574d4be..a24b3ada57e 100644
--- a/src/test/ui/stats/hir-stats.rs
+++ b/src/test/ui/stats/hir-stats.rs
@@ -1,7 +1,6 @@
 // check-pass
 // compile-flags: -Zhir-stats
 // only-x86_64
-// ignore-stage1
 
 // The aim here is to include at least one of every different type of top-level
 // AST/HIR node reported by `-Zhir-stats`.