From da574640e7ae45c52b11bc15d68afa215242fdcc Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sat, 9 Nov 2019 18:21:01 +0300 Subject: [PATCH] bring back interface test on msvc --- tools/vtest.v | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/vtest.v b/tools/vtest.v index 6b4dc9a559..cdc72d1446 100644 --- a/tools/vtest.v +++ b/tools/vtest.v @@ -91,8 +91,6 @@ pub fn (ts mut TestSession) test() { if file.contains('sqlite') { continue } } $if msvc { - if file.contains('interface_test') { continue } - if file.contains('module_test') { continue } } tmpc_filepath := file.replace('.v', '.tmp.c')