test/script/basic/JDK-8025515.js

changeset 1829
ee0bd940c2bd
parent 963
e2497b11a021
child 1959
61ffdd1b89f2
     1.1 --- a/test/script/basic/JDK-8025515.js	Wed May 25 21:10:36 2016 +0530
     1.2 +++ b/test/script/basic/JDK-8025515.js	Fri May 13 14:30:54 2016 +0200
     1.3 @@ -61,8 +61,8 @@
     1.4  var f = (function() {
     1.5      return function() { a.b.c; };
     1.6  })();
     1.7 -testMethodName(f, "f$L:62");
     1.8 +testMethodName(f, "f#L:62");
     1.9  
    1.10  testMethodName((function() {
    1.11      return function() { return a.b.c; };
    1.12 -})(), "L:66$L:67");
    1.13 +})(), "L:66#L:67");

mercurial