diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2025-02-11 20:38:58 +0800 |
|---|---|---|
| committer | Jieyou Xu <jieyouxu@outlook.com> | 2025-03-04 00:21:02 +0800 |
| commit | 83429144fc43960368a25f0190d333f927805952 (patch) | |
| tree | bfa313147dba6e26eec83bfa2027ef263abefbd5 /tests/ui/recursion/recursion.rs | |
| parent | 7e0a2fcb1b4c8026948212140d7d58b8ed87fa38 (diff) | |
| download | rust-83429144fc43960368a25f0190d333f927805952.tar.gz rust-83429144fc43960368a25f0190d333f927805952.zip | |
tests: remove explicit long type filename hash normalization from some ui tests
Diffstat (limited to 'tests/ui/recursion/recursion.rs')
| -rw-r--r-- | tests/ui/recursion/recursion.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/recursion/recursion.rs b/tests/ui/recursion/recursion.rs index ce56fe974b7..5cd4012a9d2 100644 --- a/tests/ui/recursion/recursion.rs +++ b/tests/ui/recursion/recursion.rs @@ -1,7 +1,5 @@ //@ build-fail //@ compile-flags:-C overflow-checks=off -// The regex below normalizes the long type file name to make it suitable for compare-modes. -//@ normalize-stderr: "'\$TEST_BUILD_DIR/.*\.long-type.txt'" -> "'$$TEST_BUILD_DIR/$$FILE.long-type.txt'" enum Nil {NilValue} struct Cons<T> {head:isize, tail:T} |
