summaryrefslogtreecommitdiffstats
path: root/src/usr/testcore/kernel/taskwaittest.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/testcore/kernel/taskwaittest.H')
-rw-r--r--src/usr/testcore/kernel/taskwaittest.H6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/testcore/kernel/taskwaittest.H b/src/usr/testcore/kernel/taskwaittest.H
index 2d4a39772..a929dcd9a 100644
--- a/src/usr/testcore/kernel/taskwaittest.H
+++ b/src/usr/testcore/kernel/taskwaittest.H
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2014 */
+/* Contributors Listed Below - COPYRIGHT 2011,2018 */
+/* [+] 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. */
@@ -168,7 +170,7 @@ class TaskWaitTest : public CxxTest::TestSuite
static void* TaskThatCrashes(void* unused)
{
- printk("Test case: Expect to see uncaught exception! ");
+ printk("TaskThatCrashes: Expect to see uncaught exception! ");
*(int64_t*)(0) = 0xDEADC0DE;
return NULL;
}
OpenPOWER on IntegriCloud