]> granicus.if.org Git - clang/commitdiff
Update test.
authorBenjamin Kramer <benny.kra@googlemail.com>
Wed, 9 Nov 2011 12:43:30 +0000 (12:43 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Wed, 9 Nov 2011 12:43:30 +0000 (12:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144185 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/debug-info-byval.cpp

index f0cb6d68c837f8b25b4b217565da2dc8c0401b25..56ffe1323791a28ec0f290bea819f8b5cf9b1539 100644 (file)
@@ -23,7 +23,7 @@ void foo(EVT e);
 EVT bar();
 
 void get(int *i, unsigned dl, VAL v, VAL *p, unsigned n, EVT missing_arg) {
-//CHECK: .ascii "missing_arg"
+//CHECK: .asciz "missing_arg"
   EVT e = bar();
   if (dl == n)
     foo(missing_arg);