about summary refs log tree commit diff
path: root/tests/ui/async-await/async-await.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/async-await.rs')
-rw-r--r--tests/ui/async-await/async-await.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ui/async-await/async-await.rs b/tests/ui/async-await/async-await.rs
index 9cabf16f8bb..63941a79139 100644
--- a/tests/ui/async-await/async-await.rs
+++ b/tests/ui/async-await/async-await.rs
@@ -1,8 +1,7 @@
 // run-pass
 
-// revisions: default nomiropt thirunsafeck
+// revisions: default nomiropt
 //[nomiropt]compile-flags: -Z mir-opt-level=0
-//[thirunsafeck]compile-flags: -Zthir-unsafeck
 
 #![allow(unused)]