Skip to content

Commit

Permalink
fix: test import
Browse files Browse the repository at this point in the history
  • Loading branch information
luomingtao committed Mar 27, 2019
1 parent 37a2ffb commit b4873ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark/TestPerformance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import { ParserRuleContext } from "../src/ParserRuleContext";
import { ParseTree } from "../src/tree/ParseTree";
import { ParseTreeListener } from "../src/tree/ParseTreeListener";
import { ParseTreeWalker } from "../src/tree/ParseTreeWalker";
import { PredictionContextCache } from "../src/atn/PredictionContextCache";
import { PredictionContextCache } from "../src/atn/PredictionContext";
import { PredictionMode } from "../src/atn/PredictionMode";
import { RecognitionException } from "../src/RecognitionException";
import { Recognizer } from "../src/Recognizer";
Expand Down
2 changes: 1 addition & 1 deletion test/tool/TestGraphNodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import assertEquals = assert.strictEqual;
import { test as Test, suite } from "mocha-typescript";

import { PredictionContext } from "../../src/atn/PredictionContext";
import { PredictionContextCache } from "../../src/atn/PredictionContextCache";
import { PredictionContextCache } from "../../src/atn/PredictionContext";

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

Expand Down

0 comments on commit b4873ed

Please sign in to comment.