summaryrefslogtreecommitdiff
path: root/test/files/jvm/actor-uncaught-exception2.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/jvm/actor-uncaught-exception2.check')
-rw-r--r--test/files/jvm/actor-uncaught-exception2.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/jvm/actor-uncaught-exception2.check b/test/files/jvm/actor-uncaught-exception2.check
index 870a5d32f9..a54f374aed 100644
--- a/test/files/jvm/actor-uncaught-exception2.check
+++ b/test/files/jvm/actor-uncaught-exception2.check
@@ -1,2 +1,2 @@
-UncaughtException(StartError,None,None,MyException: I don't want to run!)
-UncaughtException(MessageError,Some('ping),Some(Supervisor),MyException: No message for me!)
+UncaughtException(StartError,None,None,Test$MyException: I don't want to run!)
+UncaughtException(MessageError,Some('ping),Some(Supervisor),Test$MyException: No message for me!)