Index: tests_lit/llvm2ice_tests/globalrelocs.ll |
diff --git a/tests_lit/llvm2ice_tests/globalrelocs.ll b/tests_lit/llvm2ice_tests/globalrelocs.ll |
index 318402252845e360c14af98ff1da3faefe65767a..3d294f5218a08bfc5a2801d37797abe9007ad794 100644 |
--- a/tests_lit/llvm2ice_tests/globalrelocs.ll |
+++ b/tests_lit/llvm2ice_tests/globalrelocs.ll |
@@ -3,10 +3,10 @@ |
; REQUIRES: allow_dump |
; Test that we handle it in the ICE converter. |
-; RUN: %lc2i -i %s --args -verbose inst | %iflc FileCheck %s |
+; RUN: %lc2i -i %s --args -verbose inst -threads=0 | %iflc FileCheck %s |
; Test that we handle it using Subzero's bitcode reader. |
-; RUN: %p2i -i %s --args -verbose inst | FileCheck %s |
+; RUN: %p2i -i %s --args -verbose inst -threads=0 | FileCheck %s |
@bytes = internal global [7 x i8] c"abcdefg" |
; CHECK: @bytes = internal global [7 x i8] c"abcdefg" |