summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2015-05-27 08:01:40 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-06-08 13:22:03 -0500
commita2c033517475dc666d7787dbd65a2f0d0a4e492e (patch)
tree1eb711d9ec17b87d18137e361df12c4dae70b13c /src/include/usr
parent923c6c956efb98940f8bf69b8bff3a1eb7b2bfbf (diff)
downloadtalos-hostboot-a2c033517475dc666d7787dbd65a2f0d0a4e492e.tar.gz
talos-hostboot-a2c033517475dc666d7787dbd65a2f0d0a4e492e.zip
CxxTest: C++11 bad string literal concatenation
Change-Id: I2d45d5cda97ce04321bdd4df973e699c8e4cf3ff RTC:124186 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/17974 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr')
-rwxr-xr-xsrc/include/usr/cxxtest/TestSuite.H6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/usr/cxxtest/TestSuite.H b/src/include/usr/cxxtest/TestSuite.H
index 93b00b117..37ea93310 100755
--- a/src/include/usr/cxxtest/TestSuite.H
+++ b/src/include/usr/cxxtest/TestSuite.H
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2014 */
+/* Contributors Listed Below - COPYRIGHT 2011,2015 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -97,7 +99,7 @@ extern uint64_t g_ModulesCompleted;
#define _TS_CATCH_ABORT(b)
// TS_TRACE
-#define TS_TRACE(...) TRACDCOMP( g_trac_test, "TS_TRACE> "__VA_ARGS__ ); \
+#define TS_TRACE(...) TRACDCOMP( g_trac_test, "TS_TRACE> " __VA_ARGS__ ); \
CxxTest::doTrace( )
OpenPOWER on IntegriCloud