mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-10 18:04:18 -05:00
fixed references in perftc
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/// <reference path="..\src\compiler\prototype\sys.ts"/>
|
||||
/// <reference path="..\src\compiler\sys.ts"/>
|
||||
module perftest {
|
||||
|
||||
interface IOLog {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/// <reference path="perfsys.ts"/>
|
||||
/// <reference path="..\src\compiler\prototype\tc.ts"/>
|
||||
/// <reference path="..\src\compiler\tc.ts"/>
|
||||
|
||||
// resolve all files used in this compilation
|
||||
if (perftest.hasLogIOFlag()) {
|
||||
|
||||
Reference in New Issue
Block a user