mirror of
https://github.com/lightbend/config.git
synced 2025-03-23 07:40:25 +08:00
Merge pull request #596 from ekrich/fix/printstacktrace
Fix stack trace printing in test
This commit is contained in:
commit
62b20cc994
@ -249,7 +249,7 @@ abstract trait TestUtils {
|
||||
"possibly caused by http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6446627",
|
||||
nf)
|
||||
case e: Exception =>
|
||||
System.err.println(e.getStackTrace.toString);
|
||||
e.printStackTrace(System.err)
|
||||
throw new AssertionError("failed to make a copy via serialization", e)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user