mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-09 13:55:22 +00:00
Relax tab check into a whitespace check to fix the test in r197869
llvm-svn: 197870
This commit is contained in:
parent
cc76786c50
commit
906b224d45
@ -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…
x
Reference in New Issue
Block a user