Skip to content

Commit 9afd1b0

Browse files
committed
Revert part of previous commit. The change for this isn't in this branch.
llvm-svn: 113153
1 parent 31d398d commit 9afd1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Sema/warn-write-strings.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %clang_cc1 -verify -fsyntax-only -Wwrite-strings %s
22

33
// PR4804
4-
char* x = "foo"; // expected-warning {{initializing 'char *' with an expression of type 'const char [4]' discards qualifiers}}
4+
char* x = "foo"; // expected-warning {{initializing 'char *' with an expression of type 'char const [4]' discards qualifiers}}
55

66
// PR7192
77
#include <stddef.h>

0 commit comments

Comments
 (0)