summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/tls3.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/tls3.ll')
-rw-r--r--test/CodeGen/ARM/tls3.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/tls3.ll b/test/CodeGen/ARM/tls3.ll
index df7a4ca02d..e0e944f70c 100644
--- a/test/CodeGen/ARM/tls3.ll
+++ b/test/CodeGen/ARM/tls3.ll
@@ -1,5 +1,5 @@
; RUN: llc < %s -march=arm -mtriple=arm-linux-gnueabi | \
-; RUN: grep {tbss}
+; RUN: grep "tbss"
%struct.anon = type { i32, i32 }
@teste = internal thread_local global %struct.anon zeroinitializer ; <%struct.anon*> [#uses=1]