Delete test/compiler-test.js

redux
David Majda 12 years ago
parent 112e4122d0
commit e030834a0e

@ -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 }); }
);
}
})();

@ -7,7 +7,6 @@
<script src="../lib/peg.js"></script>
<script src="vendor/qunit/qunit.js"></script>
<script src="helpers.js"></script>
<script src="compiler-test.js"></script>
<script src="compiler/passes/report-missing-rules-test.js"></script>
<script src="compiler/passes/report-left-recursion-test.js"></script>
<script src="compiler/passes/remove-proxy-rules-test.js"></script>

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

Loading…
Cancel
Save