From de1a10e5f7afe793a66b2349642ea135fc066104 Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Wed, 6 Mar 2019 13:54:58 -0800 Subject: Reorganize version and platform into Deno.build and Deno.version (#1879) --- js/version_test.ts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'js/version_test.ts') diff --git a/js/version_test.ts b/js/version_test.ts index bef00dbc3..d3d1bc3df 100644 --- a/js/version_test.ts +++ b/js/version_test.ts @@ -6,7 +6,3 @@ test(function version() { assert(pattern.test(Deno.version.v8)); assert(pattern.test(Deno.version.typescript)); }); - -test(function versionGnArgs() { - assert(Deno.version.gnArgs.length > 100); -}); -- cgit v1.2.3