diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2024-12-25 18:52:35 +1100 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2024-12-27 12:42:07 +1100 |
| commit | d997bc998e6522e86d04b210cef88e0e78b77ef6 (patch) | |
| tree | 84776475deed9b6054bee28be1e04b5fb09074e4 /tests/ui/limits/huge-struct.rs | |
| parent | 917bfa78478cbcc77406e5ea37b24c3eedefacf4 (diff) | |
| download | rust-d997bc998e6522e86d04b210cef88e0e78b77ef6.tar.gz rust-d997bc998e6522e86d04b210cef88e0e78b77ef6.zip | |
Simplify or delete normalize directives that don't care about bit-width
Diffstat (limited to 'tests/ui/limits/huge-struct.rs')
| -rw-r--r-- | tests/ui/limits/huge-struct.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ui/limits/huge-struct.rs b/tests/ui/limits/huge-struct.rs index f7ce4f26db1..bf132d359f5 100644 --- a/tests/ui/limits/huge-struct.rs +++ b/tests/ui/limits/huge-struct.rs @@ -2,8 +2,7 @@ //@ build-fail //@ normalize-stderr-test: "S32" -> "SXX" //@ normalize-stderr-test: "S1M" -> "SXX" -//@ normalize-stderr-32bit: "values of the type `[^`]+` are too big" -> "values of the type $$REALLY_TOO_BIG are too big" -//@ normalize-stderr-64bit: "values of the type `[^`]+` are too big" -> "values of the type $$REALLY_TOO_BIG are too big" +//@ normalize-stderr-test: "values of the type `[^`]+` are too big" -> "values of the type $$REALLY_TOO_BIG are too big" struct S32<T> { v0: T, |
