Index: tests_lit/llvm2ice_tests/nacl-atomic-errors.ll |
diff --git a/tests_lit/llvm2ice_tests/nacl-atomic-errors.ll b/tests_lit/llvm2ice_tests/nacl-atomic-errors.ll |
index ea38e3d0715b1bb04543af9338f1983a69dcaafe..92de7aac5fa8c50cabbdfa0259c88221fe5562e0 100644 |
--- a/tests_lit/llvm2ice_tests/nacl-atomic-errors.ll |
+++ b/tests_lit/llvm2ice_tests/nacl-atomic-errors.ll |
@@ -1,7 +1,8 @@ |
; Test that some errors trigger when the usage of NaCl atomic |
; intrinsics does not match the required ABI. |
-; RUN: %p2i -i %s --args --verbose none --exit-success 2>&1 | FileCheck %s |
+; RUN: %p2i -i %s --args --verbose none --exit-success -threads=0 2>&1 \ |
+; RUN: | FileCheck %s |
declare i8 @llvm.nacl.atomic.load.i8(i8*, i32) |
declare i16 @llvm.nacl.atomic.load.i16(i16*, i32) |