diff options
Diffstat (limited to 'tests')
| -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 |
