diff options
Diffstat (limited to 'test/TableGen/2006-09-18-LargeInt.td')
-rw-r--r-- | test/TableGen/2006-09-18-LargeInt.td | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/TableGen/2006-09-18-LargeInt.td b/test/TableGen/2006-09-18-LargeInt.td index 94cd1ec..5380212 100644 --- a/test/TableGen/2006-09-18-LargeInt.td +++ b/test/TableGen/2006-09-18-LargeInt.td @@ -1,4 +1,6 @@ -// RUN: llvm-tblgen %s | grep -- 4294901760 +// RUN: llvm-tblgen %s | FileCheck %s + +// CHECK: 4294901760 def X { int Y = 0xFFFF0000; |