Skip to content

Commit b4873ed

Browse files
author
luomingtao
committed
fix: test import
1 parent 37a2ffb commit b4873ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmark/TestPerformance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import { ParserRuleContext } from "../src/ParserRuleContext";
4545
import { ParseTree } from "../src/tree/ParseTree";
4646
import { ParseTreeListener } from "../src/tree/ParseTreeListener";
4747
import { ParseTreeWalker } from "../src/tree/ParseTreeWalker";
48-
import { PredictionContextCache } from "../src/atn/PredictionContextCache";
48+
import { PredictionContextCache } from "../src/atn/PredictionContext";
4949
import { PredictionMode } from "../src/atn/PredictionMode";
5050
import { RecognitionException } from "../src/RecognitionException";
5151
import { Recognizer } from "../src/Recognizer";

test/tool/TestGraphNodes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import assertEquals = assert.strictEqual;
1010
import { test as Test, suite } from "mocha-typescript";
1111

1212
import { PredictionContext } from "../../src/atn/PredictionContext";
13-
import { PredictionContextCache } from "../../src/atn/PredictionContextCache";
13+
import { PredictionContextCache } from "../../src/atn/PredictionContext";
1414

1515
/// Assuming that IdentityHashMap<K, V> == Map<K, V>;
1616

0 commit comments

Comments
 (0)