test/script/basic/JDK-8073733.js.EXPECTED

changeset 1515
4db30ae9ff23
parent 1512
152cfeee5001
     1.1 --- a/test/script/basic/JDK-8073733.js.EXPECTED	Thu Aug 06 12:19:11 2015 -0700
     1.2 +++ b/test/script/basic/JDK-8073733.js.EXPECTED	Thu Aug 06 21:50:42 2015 +0530
     1.3 @@ -1,3 +1,3 @@
     1.4 -TypeError: Cannot call "func" that has undefined value
     1.5 -TypeError: Cannot call "foo" that has undefined value
     1.6 -TypeError: Cannot call "func" that has undefined value
     1.7 +TypeError: func is not a function
     1.8 +TypeError: obj.foo is not a function
     1.9 +TypeError: func is not a function

mercurial