test/script/error/NASHORN-154/literal_data_and_accessor.js.EXPECTED

changeset 0
b1a7da25b547
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/script/error/NASHORN-154/literal_data_and_accessor.js.EXPECTED	Wed Apr 27 01:36:41 2016 +0800
     1.3 @@ -0,0 +1,6 @@
     1.4 +test/script/error/NASHORN-154/literal_data_and_accessor.js:35:21 Property "foo" already defined
     1.5 +var obj = { foo: 42, get foo() { return 'hello' } };
     1.6 +                     ^
     1.7 +test/script/error/NASHORN-154/literal_data_and_accessor.js:38:22 Property "foo" already defined
     1.8 +var obj2 = { foo: 42, set foo(x) { } };
     1.9 +                      ^

mercurial