From dd31bf93e73f8c0b4eb41c031cec15fe87409acd Mon Sep 17 00:00:00 2001 From: Bill Ticehurst Date: Mon, 23 May 2016 17:25:10 -0700 Subject: [PATCH] Updated test --- tests/cases/unittests/moduleResolution.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/cases/unittests/moduleResolution.ts b/tests/cases/unittests/moduleResolution.ts index c33d4a6ff0a..29fde331892 100644 --- a/tests/cases/unittests/moduleResolution.ts +++ b/tests/cases/unittests/moduleResolution.ts @@ -179,9 +179,6 @@ module ts { "/a/b/foo.ts", "/a/b/foo.tsx", "/a/b/foo.d.ts", - "/c/d.ts", - "/c/d.tsx", - "/c/d.d.ts", "/a/b/foo/index.ts", "/a/b/foo/index.tsx", ]);