about summary refs log tree commit diff
path: root/tests/ui/structs-enums
diff options
context:
space:
mode:
authorThe 8472 <git@infinite-source.de>2022-09-02 20:15:53 +0200
committerThe 8472 <git@infinite-source.de>2024-08-31 23:56:45 +0200
commitf3bc08adbd120a12571373b982b39049cbbed93f (patch)
treeaa0b7e49472bc64a7e1899bd0fb9c672aff7169d /tests/ui/structs-enums
parent121e9f4cc86104da0209afd3f681dc82da9e3928 (diff)
downloadrust-f3bc08adbd120a12571373b982b39049cbbed93f.tar.gz
rust-f3bc08adbd120a12571373b982b39049cbbed93f.zip
ignore/fix layout-sensitive tests
Diffstat (limited to 'tests/ui/structs-enums')
-rw-r--r--tests/ui/structs-enums/type-sizes.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/structs-enums/type-sizes.rs b/tests/ui/structs-enums/type-sizes.rs
index 9c933a9ef1c..5ca9c8678b7 100644
--- a/tests/ui/structs-enums/type-sizes.rs
+++ b/tests/ui/structs-enums/type-sizes.rs
@@ -1,4 +1,5 @@
 //@ run-pass
+//@ needs-deterministic-layouts
 
 #![allow(non_camel_case_types)]
 #![allow(dead_code)]