about summary refs log tree commit diff
path: root/tests/ui/structs-enums/rec-align-u64.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/structs-enums/rec-align-u64.rs')
-rw-r--r--tests/ui/structs-enums/rec-align-u64.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/ui/structs-enums/rec-align-u64.rs b/tests/ui/structs-enums/rec-align-u64.rs
index 40ede9705f1..f21c9b2c808 100644
--- a/tests/ui/structs-enums/rec-align-u64.rs
+++ b/tests/ui/structs-enums/rec-align-u64.rs
@@ -43,7 +43,9 @@ struct Outer {
           target_os = "netbsd",
           target_os = "openbsd",
           target_os = "solaris",
-          target_os = "vxworks"))]
+          target_os = "vxworks",
+          target_os = "nto",
+))]
 mod m {
     #[cfg(target_arch = "x86")]
     pub mod m {