test/script/basic/NASHORN-100.js

changeset 606
7cc5ff16380f
parent 7
5a1b0714df0e
child 952
6d5471a497fb
child 962
ac62e33a99b0
     1.1 --- a/test/script/basic/NASHORN-100.js	Wed Oct 09 17:53:22 2013 +0200
     1.2 +++ b/test/script/basic/NASHORN-100.js	Thu Oct 10 11:48:56 2013 +0200
     1.3 @@ -35,5 +35,5 @@
     1.4      if (! (e instanceof SyntaxError)) {
     1.5          fail("#2 expected SyntaxError got " + e);
     1.6      }
     1.7 -    print(e.toString().replace(/\\/g, '/'));
     1.8 +    printError(e);
     1.9  }

mercurial