Add a more robust !if test.

llvm-svn: 73091
This commit is contained in:
David Greene 2009-06-08 22:34:57 +00:00
parent bf02c8869a
commit 0574ff5639
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// RUN: tblgen %s | grep {1, 2, 3} | count 4
// RUN: tblgen %s | grep {4, 5, 6} | count 2
// RUN: tblgen %s | grep {\\\[1, 2, 3\\\]} | count 4
// RUN: tblgen %s | grep {\\\[4, 5, 6\\\]} | count 2
class A<list<list<int>> vals> {
list<int> first = vals[0];