From a2512832a787a3a4535e79683f4cc148c696c90c Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Thu, 27 Mar 2014 14:39:17 -0700 Subject: [PATCH] remove obsolete text fixtures --- test/fixtures/jshint/badfile.js | 3 --- test/fixtures/jshint/goodfile.js | 1 - 2 files changed, 4 deletions(-) delete mode 100644 test/fixtures/jshint/badfile.js delete mode 100644 test/fixtures/jshint/goodfile.js diff --git a/test/fixtures/jshint/badfile.js b/test/fixtures/jshint/badfile.js deleted file mode 100644 index 1f1042b3..00000000 --- a/test/fixtures/jshint/badfile.js +++ /dev/null @@ -1,3 +0,0 @@ -foo(); - -function foo() {} diff --git a/test/fixtures/jshint/goodfile.js b/test/fixtures/jshint/goodfile.js deleted file mode 100644 index 6c42f3b5..00000000 --- a/test/fixtures/jshint/goodfile.js +++ /dev/null @@ -1 +0,0 @@ -var foo = 0;