summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/debug-info-char16.cpp
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-09-12 18:11:52 +0000
committerDevang Patel <dpatel@apple.com>2011-09-12 18:11:52 +0000
commit74a292f2bb0129abba4a5de71d6eebf65ce37803 (patch)
treec47039f039be22b1068c4640a9fe5e9776c77240 /test/CodeGenCXX/debug-info-char16.cpp
parent26d43cd3a088d4f1f1645328db3b73afbc7eaa61 (diff)
Update test to fix windows buildbot.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139513 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/debug-info-char16.cpp')
-rw-r--r--test/CodeGenCXX/debug-info-char16.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/CodeGenCXX/debug-info-char16.cpp b/test/CodeGenCXX/debug-info-char16.cpp
index c2eaff905c..d5bb43291c 100644
--- a/test/CodeGenCXX/debug-info-char16.cpp
+++ b/test/CodeGenCXX/debug-info-char16.cpp
@@ -1,5 +1,8 @@
// RUN: %clang_cc1 -S -std=c++0x -masm-verbose -g %s -o -| FileCheck %s
-//CHECK: .byte 16 ## DW_AT_encoding
+//CHECK: .byte 16
+//CHECK-NEXT: .ascii "char16_t"
+
+// 16 is DW_ATE_UTF (0x10) encoding attribute.
char16_t char_a = u'h';