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;