diff options
Diffstat (limited to 'tests/ui/abi/extern/extern-call-scrub.rs')
| -rw-r--r-- | tests/ui/abi/extern/extern-call-scrub.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/abi/extern/extern-call-scrub.rs b/tests/ui/abi/extern/extern-call-scrub.rs index 873f5d2e774..7edf8975ad8 100644 --- a/tests/ui/abi/extern/extern-call-scrub.rs +++ b/tests/ui/abi/extern/extern-call-scrub.rs @@ -4,7 +4,7 @@ // make sure the stack pointers are maintained properly in both // directions -//@ ignore-emscripten no threads support +//@ needs-threads #![feature(rustc_private)] extern crate libc; |
