Skip to content

Commit 546a849

Browse files
committed
fixed references in perftc
1 parent 6a68b37 commit 546a849

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/perfsys.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// <reference path="..\src\compiler\prototype\sys.ts"/>
1+
/// <reference path="..\src\compiler\sys.ts"/>
22
module perftest {
33

44
interface IOLog {

tests/perftc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// <reference path="perfsys.ts"/>
2-
/// <reference path="..\src\compiler\prototype\tc.ts"/>
2+
/// <reference path="..\src\compiler\tc.ts"/>
33

44
// resolve all files used in this compilation
55
if (perftest.hasLogIOFlag()) {

0 commit comments

Comments
 (0)