diff options
Diffstat (limited to 'test/CFrontend/2005-12-04-DeclarationLineNumbers.c')
-rw-r--r-- | test/CFrontend/2005-12-04-DeclarationLineNumbers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CFrontend/2005-12-04-DeclarationLineNumbers.c b/test/CFrontend/2005-12-04-DeclarationLineNumbers.c index 4e2bcc8b27..ab176c7ee1 100644 --- a/test/CFrontend/2005-12-04-DeclarationLineNumbers.c +++ b/test/CFrontend/2005-12-04-DeclarationLineNumbers.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc %s -S -g -o - | grep 'llvm.dbg.stoppoint.*uint 14' +// RUN: %llvmgcc %s -S -g -o - | grep 'llvm.dbg.stoppoint.*i32 14' // PR664: ensure that line #'s are emitted for declarations |