Home
last modified time | relevance | path

Searched refs:checkTestCodeOutput (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/testRunner/
DcompilerRunner.ts60 …this.checkTestCodeOutput(vpath.normalizeSeparators(file), typeof test === "string" ? CompilerTest.…
65 public checkTestCodeOutput(fileName: string, test?: CompilerFileBasedTest) { method in Harness.CompilerBaselineRunner