8026263: [NASHORN] Test test/script/basic/JDK-8025488.js fails in nightly builds

Reviewed-by: jlaskey
This commit is contained in:
Athijegannathan Sundararajan 2013-10-11 06:50:06 +02:00
parent 66bb0d28fa
commit 36d36b2eda

View File

@ -40,4 +40,4 @@ MyError.prototype.toString = function() {
}
var e = new MyError();
print(e.stack);
print(e.stack.replace(/\\/g, '/'));