From e030834a0eaf73e0f4aa594984319b98f2873668 Mon Sep 17 00:00:00 2001 From: David Majda Date: Mon, 30 Apr 2012 10:32:14 +0200 Subject: [PATCH] Delete test/compiler-test.js --- test/compiler-test.js | 16 ---------------- test/index.html | 1 - test/run | 1 - 3 files changed, 18 deletions(-) delete mode 100644 test/compiler-test.js diff --git a/test/compiler-test.js b/test/compiler-test.js deleted file mode 100644 index 70b5baa..0000000 --- a/test/compiler-test.js +++ /dev/null @@ -1,16 +0,0 @@ -(function() { - -module("PEG.compiler"); - -function testWithVaryingTrackLineAndColumn(name, callback) { - test( - name + " (with trackLineAndColumn: false) ", - function() { callback({ trackLineAndColumn: false }); } - ); - test( - name + " (with trackLineAndColumn: true) ", - function() { callback({ trackLineAndColumn: true }); } - ); -} - -})(); diff --git a/test/index.html b/test/index.html index 77a7605..b41655e 100644 --- a/test/index.html +++ b/test/index.html @@ -7,7 +7,6 @@ - diff --git a/test/run b/test/run index 64af2a7..bed692e 100755 --- a/test/run +++ b/test/run @@ -75,7 +75,6 @@ QUnit.done(function(details) { [ "helpers.js", - "compiler-test.js", "compiler/passes/report-missing-rules-test.js", "compiler/passes/report-left-recursion-test.js", "compiler/passes/remove-proxy-rules-test.js",