From 593d2fa36fe91c0338734473e2615f2c5457ee1d Mon Sep 17 00:00:00 2001 From: Toshiya Nakakura Date: Mon, 1 Dec 2014 14:18:31 +0900 Subject: [PATCH] update promises-a-plus/promises-a-plus-tests.ts --- promises-a-plus/promises-a-plus-tests.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/promises-a-plus/promises-a-plus-tests.ts b/promises-a-plus/promises-a-plus-tests.ts index bba2586498..bf6cc5ce07 100644 --- a/promises-a-plus/promises-a-plus-tests.ts +++ b/promises-a-plus/promises-a-plus-tests.ts @@ -2,8 +2,7 @@ /// /// /// -import When = require("../when/when"); - +/// var thenNum: PromisesAPlus.Thenable; var thenStr: PromisesAPlus.Thenable;