mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-02 00:37:09 +00:00
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
This commit is contained in:
parent
cee93e95a4
commit
68545899c7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user