From 8d83cd167fd3327317145b8be560a7ea0358cb2d Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Fri, 10 Jun 2016 15:26:14 -0700 Subject: [PATCH] Remove trailing whitespace --- tests/cases/unittests/commandLineParsing.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/cases/unittests/commandLineParsing.ts b/tests/cases/unittests/commandLineParsing.ts index 49b22b903ad..095f912ac1c 100644 --- a/tests/cases/unittests/commandLineParsing.ts +++ b/tests/cases/unittests/commandLineParsing.ts @@ -224,7 +224,6 @@ namespace ts { }); }); - it("Parse empty string of --lib ", () => { // 0.ts --lib // This test is an error because the empty string is falsey