From 2cfe375a714aba5678a326d3ee1e409daadcccf8 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 2bfb19a45782b..1cc0ccc55589d 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',