diff --git a/test/fixtures/esnext/es6-object-concise/method-to-string.js b/test/fixtures/esnext/es6-object-concise/method-to-string.js deleted file mode 100644 index ba3f86cb78..0000000000 --- a/test/fixtures/esnext/es6-object-concise/method-to-string.js +++ /dev/null @@ -1,10 +0,0 @@ -var a = { - b() { - return b; - } -}; - -assert.ok( - /return b/.test(a.b.toString()), - 'toString contains body' -); \ No newline at end of file