summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-byval.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-11-09 12:43:30 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-11-09 12:43:30 +0000
commit3757be395ea868a422473a6ceafa197a40f7dae0 (patch)
treec6bc2d5a534356a5cc8faf294c7113ca82237ade /clang/test/CodeGenCXX/debug-info-byval.cpp
parent148db36263a6856561d2d067cc1aa469b5d55e50 (diff)
downloadbcm5719-llvm-3757be395ea868a422473a6ceafa197a40f7dae0.tar.gz
bcm5719-llvm-3757be395ea868a422473a6ceafa197a40f7dae0.zip
Update test.
llvm-svn: 144185
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-byval.cpp')
-rw-r--r--clang/test/CodeGenCXX/debug-info-byval.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-byval.cpp b/clang/test/CodeGenCXX/debug-info-byval.cpp
index f0cb6d68c83..56ffe132379 100644
--- a/clang/test/CodeGenCXX/debug-info-byval.cpp
+++ b/clang/test/CodeGenCXX/debug-info-byval.cpp
@@ -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);
OpenPOWER on IntegriCloud