about summary refs log tree commit diff
path: root/tests/ui/sized/stack-overflow-trait-infer-98842.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/sized/stack-overflow-trait-infer-98842.rs')
-rw-r--r--tests/ui/sized/stack-overflow-trait-infer-98842.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ui/sized/stack-overflow-trait-infer-98842.rs b/tests/ui/sized/stack-overflow-trait-infer-98842.rs
index be4807b2e4a..8a958870b0e 100644
--- a/tests/ui/sized/stack-overflow-trait-infer-98842.rs
+++ b/tests/ui/sized/stack-overflow-trait-infer-98842.rs
@@ -3,8 +3,7 @@
 //@ check-fail
 //@ edition:2021
 //@ stderr-per-bitwidth
-//@ ignore-endian-big
-//~^^^^^^ ERROR cycle detected when computing layout of `Foo`
+//~^^^^^ ERROR cycle detected when computing layout of `Foo`
 
 // If the inner `Foo` is named through an associated type,
 // the "infinite size" error does not occur.