From 5ed049cc24f6e766e7abb7633546d90d16a9ed63 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Mon, 13 Oct 2014 03:30:14 +1100 Subject: [PATCH] rename arrow-functions this-usage test to this --- .../syntax/arrow-functions/{this-usage => this}/actual.js | 0 .../syntax/arrow-functions/{this-usage => this}/expected.js | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/fixtures/syntax/arrow-functions/{this-usage => this}/actual.js (100%) rename test/fixtures/syntax/arrow-functions/{this-usage => this}/expected.js (100%) diff --git a/test/fixtures/syntax/arrow-functions/this-usage/actual.js b/test/fixtures/syntax/arrow-functions/this/actual.js similarity index 100% rename from test/fixtures/syntax/arrow-functions/this-usage/actual.js rename to test/fixtures/syntax/arrow-functions/this/actual.js diff --git a/test/fixtures/syntax/arrow-functions/this-usage/expected.js b/test/fixtures/syntax/arrow-functions/this/expected.js similarity index 100% rename from test/fixtures/syntax/arrow-functions/this-usage/expected.js rename to test/fixtures/syntax/arrow-functions/this/expected.js