Skip to content

Commit 01e29c7

Browse files
committed
Don't run test on emscripten which doesn't have threads
1 parent 2af53e9 commit 01e29c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/ui/tls.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// run-pass
2+
// ignore-emscripten no threads support
23
// compile-flags: -O
34

45
#![feature(thread_local)]

0 commit comments

Comments
 (0)