From 5d16dd609265dd0683573a693ba0defde8937127 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 20 Jan 2014 15:58:59 +0000 Subject: [PATCH] Make the test more strict. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199669 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenObjC/2010-02-01-utf16-with-null.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/CodeGenObjC/2010-02-01-utf16-with-null.m b/test/CodeGenObjC/2010-02-01-utf16-with-null.m index 1863984c21..51a804385c 100644 --- a/test/CodeGenObjC/2010-02-01-utf16-with-null.m +++ b/test/CodeGenObjC/2010-02-01-utf16-with-null.m @@ -1,5 +1,7 @@ // RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s // rdar://7589850 -// CHECK-NOT: __ustring +// CHECK: @.str = internal unnamed_addr constant [9 x i16] [i16 103, i16 111, i16 111, i16 100, i16 0, i16 98, i16 121, i16 101, i16 0], align 2 +// CHECK: @_unnamed_cfstring_ = private constant %struct.NSConstantString { i32* getelementptr inbounds ([0 x i32]* @__CFConstantStringClassReference, i32 0, i32 0), i32 2000, i8* bitcast ([9 x i16]* @.str to i8*), i32 8 }, section "__DATA,__cfstring" +// CHECK: @P = global i8* bitcast (%struct.NSConstantString* @_unnamed_cfstring_ to i8*), align 4 void *P = @"good\0bye"; -- 2.40.0