about summary refs log tree commit diff
path: root/tests/ui/union/union-deref.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/union/union-deref.rs')
-rw-r--r--tests/ui/union/union-deref.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/ui/union/union-deref.rs b/tests/ui/union/union-deref.rs
index 5aa28d93f96..02f9bf2c413 100644
--- a/tests/ui/union/union-deref.rs
+++ b/tests/ui/union/union-deref.rs
@@ -1,6 +1,3 @@
-// revisions: mirunsafeck thirunsafeck
-// [thirunsafeck]compile-flags: -Z thir-unsafeck
-
 //! Test the part of RFC 2514 that is about not applying `DerefMut` coercions
 //! of union fields.