summaryrefslogtreecommitdiff
path: root/test/TableGen
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2013-12-21 19:11:31 +0000
committerAlp Toker <alp@nuanti.com>2013-12-21 19:11:31 +0000
commit68545899c7c5f426131d81028d1bbe75f8366ede (patch)
tree1575688853cec9e737890b6d9d7b81bf2be50854 /test/TableGen
parentcee93e95a4bb45e44d6029404fc47084e48b7775 (diff)
downloadllvm-68545899c7c5f426131d81028d1bbe75f8366ede.tar.gz
llvm-68545899c7c5f426131d81028d1bbe75f8366ede.tar.bz2
llvm-68545899c7c5f426131d81028d1bbe75f8366ede.tar.xz
Relax tab check into a whitespace check to fix the test in r197869
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197870 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/TableGen')
-rw-r--r--test/TableGen/ValidIdentifiers.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TableGen/ValidIdentifiers.td b/test/TableGen/ValidIdentifiers.td
index 899ae0e386..039d887cf3 100644
--- a/test/TableGen/ValidIdentifiers.td
+++ b/test/TableGen/ValidIdentifiers.td
@@ -1,5 +1,5 @@
// Ensure that anonymous names are valid identifiers via the ctags index
-// RUN: llvm-tblgen -gen-ctags %s | grep -v '^!' | not grep -viE '^[a-z_][a-z0-9_]*\t'
+// RUN: llvm-tblgen -gen-ctags %s | grep -v '^!' | not grep -viE '^[a-z_][a-z0-9_]*\s'
// Test validation
// RUN: llvm-tblgen -gen-ctags %s | grep '^anonymous' > /dev/null
// XFAIL: vg_leak