aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/wchar-const.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/wchar-const.c')
-rw-r--r--test/CodeGen/wchar-const.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/wchar-const.c b/test/CodeGen/wchar-const.c
index 2e9af53a14de..34da249639ea 100644
--- a/test/CodeGen/wchar-const.c
+++ b/test/CodeGen/wchar-const.c
@@ -15,7 +15,7 @@ typedef __WCHAR_TYPE__ wchar_t;
// CHECK-DAR: private unnamed_addr constant [18 x i32] [i32 84,
-// CHECK-WIN: private unnamed_addr constant [18 x i16] [i16 84,
+// CHECK-WIN: linkonce_odr unnamed_addr constant [18 x i16] [i16 84,
extern void foo(const wchar_t* p);
int main (int argc, const char * argv[])
{