about summary refs log tree commit diff
path: root/tests/ui/union/union-inherent-method.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/union/union-inherent-method.rs')
-rw-r--r--tests/ui/union/union-inherent-method.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/union/union-inherent-method.rs b/tests/ui/union/union-inherent-method.rs
index b0fd22da73a..2e75cce7b10 100644
--- a/tests/ui/union/union-inherent-method.rs
+++ b/tests/ui/union/union-inherent-method.rs
@@ -1,6 +1,4 @@
 // run-pass
-// revisions: mirunsafeck thirunsafeck
-// [thirunsafeck]compile-flags: -Z thir-unsafeck
 
 union U {
     a: u8,