We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a68b37 commit 546a849Copy full SHA for 546a849
tests/perfsys.ts
@@ -1,4 +1,4 @@
1
-/// <reference path="..\src\compiler\prototype\sys.ts"/>
+/// <reference path="..\src\compiler\sys.ts"/>
2
module perftest {
3
4
interface IOLog {
tests/perftc.ts
@@ -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
5
if (perftest.hasLogIOFlag()) {
0 commit comments