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",