summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Tests/COnly/foo.c2
-rw-r--r--Tests/COnly/foo.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Tests/COnly/foo.c b/Tests/COnly/foo.c
index b42bbfd..e4faf38 100644
--- a/Tests/COnly/foo.c
+++ b/Tests/COnly/foo.c
@@ -1 +1 @@
-const char* foo = "Foo";
+char* foo = "Foo";
diff --git a/Tests/COnly/foo.h b/Tests/COnly/foo.h
index 67c42a20..ad4a9af 100644
--- a/Tests/COnly/foo.h
+++ b/Tests/COnly/foo.h
@@ -1 +1 @@
-extern const char* foo;
+extern char* foo;