summaryrefslogtreecommitdiff
path: root/test/common
diff options
context:
space:
mode:
authorMartin Ebourne <martin@ebourne.me.uk>2009-04-23 00:38:39 +0000
committerMartin Ebourne <martin@ebourne.me.uk>2009-04-23 00:38:39 +0000
commitb956c955bc474e31f8664af55208440f07b907db (patch)
tree59127ad955f8c432c4d5cec4036009bb379b4608 /test/common
parent775ed79079c3e57374a9b2c919f4617216f21517 (diff)
Fixes for gcc 4.4.
Diffstat (limited to 'test/common')
-rw-r--r--test/common/testcommon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common/testcommon.cpp b/test/common/testcommon.cpp
index da2133cd..e633969b 100644
--- a/test/common/testcommon.cpp
+++ b/test/common/testcommon.cpp
@@ -368,7 +368,7 @@ int test(int argc, const char *argv[])
// Leave timers initialised for rest of test.
// Test main() will cleanup after test finishes.
- static char *testfilelines[] =
+ static const char *testfilelines[] =
{
"First line",
"Second line",