summaryrefslogtreecommitdiffstats
path: root/tests/ui/extern/extern-thiscall.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/extern/extern-thiscall.rs')
-rw-r--r--tests/ui/extern/extern-thiscall.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/extern/extern-thiscall.rs b/tests/ui/extern/extern-thiscall.rs
index 717df57ec..c491c156a 100644
--- a/tests/ui/extern/extern-thiscall.rs
+++ b/tests/ui/extern/extern-thiscall.rs
@@ -1,8 +1,6 @@
// run-pass
// only-x86
-#![feature(abi_thiscall)]
-
trait A {
extern "thiscall" fn test1(i: i32);
}