about summary refs log tree commit diff
path: root/tests/ui/layout/hexagon-enum.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/layout/hexagon-enum.rs')
-rw-r--r--tests/ui/layout/hexagon-enum.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/layout/hexagon-enum.rs b/tests/ui/layout/hexagon-enum.rs
index e3a5c53671d..5fa12e479e7 100644
--- a/tests/ui/layout/hexagon-enum.rs
+++ b/tests/ui/layout/hexagon-enum.rs
@@ -1,4 +1,5 @@
 //@ compile-flags: --target hexagon-unknown-linux-musl
+//@ normalize-stderr: "randomization_seed: \d+" -> "randomization_seed: $$SEED"
 //@ needs-llvm-components: hexagon
 //
 // Verify that the hexagon targets implement the repr(C) for enums correctly.