From dc2bb77b1b079a2c0a158f926fff8288e6463ef9 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Fri, 12 Feb 2010 07:48:46 +0000 Subject: [PATCH] Update test to match 95961. llvm-svn: 95971 --- test/FrontendC/2007-02-16-WritableStrings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/FrontendC/2007-02-16-WritableStrings.c b/test/FrontendC/2007-02-16-WritableStrings.c index 811e3301f8d..0f281ce7c5e 100644 --- a/test/FrontendC/2007-02-16-WritableStrings.c +++ b/test/FrontendC/2007-02-16-WritableStrings.c @@ -1,7 +1,7 @@ // Test the -fwritable-strings option. // RUN: %llvmgcc -O3 -S -o - -emit-llvm -fwritable-strings %s | \ -// RUN: grep {private global} +// RUN: grep {internal global} // RUN: %llvmgcc -O3 -S -o - -emit-llvm %s | grep {private constant} char *X = "foo";