Skip to content

Commit d3a1ce2

Browse files
committed
Remove commented lines
1 parent b40010e commit d3a1ce2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/compiler/__tests__/__utils__/test-utils.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { inspect } from "util";
2-
//import { Compiler } from "../../compiler";
32
import { compile } from "../../index";
43
import { BinaryWriter } from "../../binary-writer";
54
import { AST } from "../../../ast/types/packages-and-modules";
@@ -20,7 +19,6 @@ const pathToTestDir = "./src/compiler/__tests__/";
2019
const parser = peggy.generate(javaPegGrammar, {
2120
allowedStartRules: ["CompilationUnit"],
2221
});
23-
//const compiler = new Compiler();
2422
const binaryWriter = new BinaryWriter();
2523

2624
export function runTest(program: string, expectedLines: string[]) {

0 commit comments

Comments
 (0)