summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2003-11-03-GlobalBool.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/2003-11-03-GlobalBool.ll')
-rw-r--r--llvm/test/CodeGen/X86/2003-11-03-GlobalBool.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2003-11-03-GlobalBool.ll b/llvm/test/CodeGen/X86/2003-11-03-GlobalBool.ll
index 8b0a18550da..f201b981a87 100644
--- a/llvm/test/CodeGen/X86/2003-11-03-GlobalBool.ll
+++ b/llvm/test/CodeGen/X86/2003-11-03-GlobalBool.ll
@@ -1,4 +1,4 @@
; RUN: llc < %s -march=x86 | \
-; RUN: not grep {.byte\[\[:space:\]\]*true}
+; RUN: not grep ".byte[[:space:]]*true"
@X = global i1 true ; <i1*> [#uses=0]
OpenPOWER on IntegriCloud