Don't run test on emscripten which doesn't have threads

This commit is contained in:
Amanieu d'Antras 2020-06-13 13:24:19 +01:00
parent 2af53e9a15
commit 01e29c778c
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
// run-pass
// ignore-emscripten no threads support
// compile-flags: -O
#![feature(thread_local)]