summaryrefslogtreecommitdiffstats
path: root/tools/test-server/test-server-diagnostic-defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test-server/test-server-diagnostic-defs.h')
-rw-r--r--tools/test-server/test-server-diagnostic-defs.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/test-server/test-server-diagnostic-defs.h b/tools/test-server/test-server-diagnostic-defs.h
index 8eedaba0d..f80ac9476 100644
--- a/tools/test-server/test-server-diagnostic-defs.h
+++ b/tools/test-server/test-server-diagnostic-defs.h
@@ -19,7 +19,11 @@
#endif
DIAGNOSTIC(100000, Error, unableToLoadSharedLibrary, "Unable to load shared library '$0'")
-DIAGNOSTIC(100001, Error, unableToFindFunctionInSharedLibrary, "Unable to find function '$0' in shared library")
+DIAGNOSTIC(
+ 100001,
+ Error,
+ unableToFindFunctionInSharedLibrary,
+ "Unable to find function '$0' in shared library")
DIAGNOSTIC(100002, Error, unableToGetUnitTestModule, "Unable to get unit test module")
DIAGNOSTIC(100003, Error, unableToFindTest, "Unable to find test '$0'")
DIAGNOSTIC(100004, Error, unableToFindUnitTestModule, "Unable to find unit test module '$0'")