From c61c9aab565ad2f82d1b15bc2f516142b93f9e65 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Mon, 10 Nov 2014 00:19:37 +1100 Subject: [PATCH] remove invalid ObjectPattern assignment --- .../harmony-edgecase/one-assignment-property/actual.js | 5 ----- .../harmony-edgecase/one-assignment-property/expected.js | 5 ----- 2 files changed, 10 deletions(-) delete mode 100644 test/fixtures/generation/harmony-edgecase/one-assignment-property/actual.js delete mode 100644 test/fixtures/generation/harmony-edgecase/one-assignment-property/expected.js diff --git a/test/fixtures/generation/harmony-edgecase/one-assignment-property/actual.js b/test/fixtures/generation/harmony-edgecase/one-assignment-property/actual.js deleted file mode 100644 index 21e61a0527..0000000000 --- a/test/fixtures/generation/harmony-edgecase/one-assignment-property/actual.js +++ /dev/null @@ -1,5 +0,0 @@ -({ t: t }) = obj; -({ - t: { C: C } -}) = obj; -({ a, b, c }) = obj; diff --git a/test/fixtures/generation/harmony-edgecase/one-assignment-property/expected.js b/test/fixtures/generation/harmony-edgecase/one-assignment-property/expected.js deleted file mode 100644 index 21e61a0527..0000000000 --- a/test/fixtures/generation/harmony-edgecase/one-assignment-property/expected.js +++ /dev/null @@ -1,5 +0,0 @@ -({ t: t }) = obj; -({ - t: { C: C } -}) = obj; -({ a, b, c }) = obj;