From 13e0c6b917ee3d1c8acee6d080d75497de5079f5 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Fri, 17 Jul 2015 01:01:22 +0100 Subject: [PATCH] remove useless call from flow strip directives test --- .../test/fixtures/transformation/flow/strip-directive/actual.js | 2 -- .../fixtures/transformation/flow/strip-directive/expected.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/packages/babel/test/fixtures/transformation/flow/strip-directive/actual.js b/packages/babel/test/fixtures/transformation/flow/strip-directive/actual.js index 6fa81291fd..540d5c759e 100644 --- a/packages/babel/test/fixtures/transformation/flow/strip-directive/actual.js +++ b/packages/babel/test/fixtures/transformation/flow/strip-directive/actual.js @@ -10,5 +10,3 @@ * @providesModule Foo * @flow */ - -foo(); diff --git a/packages/babel/test/fixtures/transformation/flow/strip-directive/expected.js b/packages/babel/test/fixtures/transformation/flow/strip-directive/expected.js index 4bae7db107..30083b03f6 100644 --- a/packages/babel/test/fixtures/transformation/flow/strip-directive/expected.js +++ b/packages/babel/test/fixtures/transformation/flow/strip-directive/expected.js @@ -2,5 +2,3 @@ * @providesModule Foo * */ - -foo();