Remove unnecessary option from harness

This commit is contained in:
Bill Ticehurst
2016-02-12 17:21:51 -08:00
parent e03a45a824
commit 1121098c56

View File

@@ -896,8 +896,7 @@ namespace Harness {
{ name: "fileName", type: "string" },
{ name: "libFiles", type: "string" },
{ name: "noErrorTruncation", type: "boolean" },
{ name: "suppressOutputPathCheck", type: "boolean" },
{ name: "moduleResolution", type: "string"}
{ name: "suppressOutputPathCheck", type: "boolean" }
];
let optionsIndex: ts.Map<ts.CommandLineOption>;