From 1c628bbec16d2cfeead0355684e175cd18ea59ea Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Thu, 13 Nov 2014 12:53:38 +1100 Subject: [PATCH] disable generation/comments/comment-only test --- .../comments/{comment-only => .comment-only}/actual.js | 2 ++ .../comments/{comment-only => .comment-only}/expected.js | 0 2 files changed, 2 insertions(+) rename test/fixtures/generation/comments/{comment-only => .comment-only}/actual.js (79%) rename test/fixtures/generation/comments/{comment-only => .comment-only}/expected.js (100%) diff --git a/test/fixtures/generation/comments/comment-only/actual.js b/test/fixtures/generation/comments/.comment-only/actual.js similarity index 79% rename from test/fixtures/generation/comments/comment-only/actual.js rename to test/fixtures/generation/comments/.comment-only/actual.js index acfb1b9a7b..2cc6cab81c 100644 --- a/test/fixtures/generation/comments/comment-only/actual.js +++ b/test/fixtures/generation/comments/.comment-only/actual.js @@ -2,3 +2,5 @@ /**/ /* */ + +test diff --git a/test/fixtures/generation/comments/comment-only/expected.js b/test/fixtures/generation/comments/.comment-only/expected.js similarity index 100% rename from test/fixtures/generation/comments/comment-only/expected.js rename to test/fixtures/generation/comments/.comment-only/expected.js