From fd5c9bd599ba1282acce4437d1b1262a71a1f17e Mon Sep 17 00:00:00 2001 From: Kanchalai Tanglertsampan Date: Wed, 30 Mar 2016 14:03:14 -0700 Subject: [PATCH] Fix test failure by having correct case for the file-name --- Jakefile.js | 2 +- src/lib/{scriptHost.d.ts => scripthost.d.ts} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/lib/{scriptHost.d.ts => scripthost.d.ts} (100%) diff --git a/Jakefile.js b/Jakefile.js index 05ff50088f4..d1905cefe23 100644 --- a/Jakefile.js +++ b/Jakefile.js @@ -193,7 +193,7 @@ var es2016LibrarySourceMap = es2016LibrarySource.map(function(source) { return { target: "lib." + source, sources: ["header.d.ts", source] }; }) -var hostsLibrarySources = ["dom.generated.d.ts", "webworker.importscripts.d.ts", "scriptHost.d.ts"] +var hostsLibrarySources = ["dom.generated.d.ts", "webworker.importscripts.d.ts", "scripthost.d.ts"] var librarySourceMap = [ // Host library diff --git a/src/lib/scriptHost.d.ts b/src/lib/scripthost.d.ts similarity index 100% rename from src/lib/scriptHost.d.ts rename to src/lib/scripthost.d.ts