Relax tab check into a whitespace check to fix the test in r197869

llvm-svn: 197870
This commit is contained in:
Alp Toker 2013-12-21 19:11:31 +00:00
parent cc76786c50
commit 906b224d45

View File

@ -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