From d2d3017043a47c26991c2e91d49baf0adb0f92bf Mon Sep 17 00:00:00 2001 From: ossdev Date: Wed, 1 May 2019 10:58:45 +0530 Subject: [PATCH] CLI: Add the arm64 check for legacy-platform-all.js test case. Signed-off-by: ossdev --- test/tap/legacy-platform-all.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/tap/legacy-platform-all.js b/test/tap/legacy-platform-all.js index 4c25eb4083d97..01c7be7ec1c86 100644 --- a/test/tap/legacy-platform-all.js +++ b/test/tap/legacy-platform-all.js @@ -33,6 +33,7 @@ var fixture = new Tacks( ], cpu: [ 'arm', + 'arm64', 'mips', 'ia32', 'x64',