about summary refs log tree commit diff
path: root/tests/ui/stats
diff options
context:
space:
mode:
authorSam Estep <sam@samestep.com>2024-11-14 16:12:17 -0500
committerSam Estep <sam@samestep.com>2024-11-15 12:46:40 -0500
commit090c24fbbfde43ebffb8a05e26bff4aceb98dfb8 (patch)
treee1d9939c67cb970d891345de27c1ab20517b46a3 /tests/ui/stats
parent12eaa3ab8465431d18696489e29be95fedf4da6d (diff)
downloadrust-090c24fbbfde43ebffb8a05e26bff4aceb98dfb8.tar.gz
rust-090c24fbbfde43ebffb8a05e26bff4aceb98dfb8.zip
Merge `-Zhir-stats` into `-Zinput-stats`
Diffstat (limited to 'tests/ui/stats')
-rw-r--r--tests/ui/stats/input-stats.rs (renamed from tests/ui/stats/hir-stats.rs)4
-rw-r--r--tests/ui/stats/input-stats.stderr (renamed from tests/ui/stats/hir-stats.stderr)0
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/stats/hir-stats.rs b/tests/ui/stats/input-stats.rs
index dc4a90c0059..f19a53cc610 100644
--- a/tests/ui/stats/hir-stats.rs
+++ b/tests/ui/stats/input-stats.rs
@@ -1,5 +1,5 @@
 //@ check-pass
-//@ compile-flags: -Zhir-stats
+//@ compile-flags: -Zinput-stats
 //@ only-64bit
 // layout randomization affects the hir stat output
 //@ needs-deterministic-layouts
@@ -11,7 +11,7 @@
 
 
 // The aim here is to include at least one of every different type of top-level
-// AST/HIR node reported by `-Zhir-stats`.
+// AST/HIR node reported by `-Zinput-stats`.
 
 #![allow(dead_code)]
 
diff --git a/tests/ui/stats/hir-stats.stderr b/tests/ui/stats/input-stats.stderr
index 2cc2c8019fa..2cc2c8019fa 100644
--- a/tests/ui/stats/hir-stats.stderr
+++ b/tests/ui/stats/input-stats.stderr