changeset 625:375c2f2d41c8

8026263: [NASHORN] Test test/script/basic/JDK-8025488.js fails in nightly builds Reviewed-by: jlaskey
author sundar
date Fri, 11 Oct 2013 06:50:06 +0200
parents a781ea074521
children 56be5161f0d2 1c154cee43d9
files test/script/basic/JDK-8025488.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/script/basic/JDK-8025488.js	Thu Oct 10 21:43:35 2013 +0200
+++ b/test/script/basic/JDK-8025488.js	Fri Oct 11 06:50:06 2013 +0200
@@ -40,4 +40,4 @@
 }
 
 var e = new MyError(); 
-print(e.stack);
+print(e.stack.replace(/\\/g, '/'));