From 4a738b966e4b2c11dc20764f3ecd4cdb4995e42e Mon Sep 17 00:00:00 2001 From: despiegk Date: Fri, 7 Feb 2025 07:36:23 +0300 Subject: [PATCH] ... --- test_basic.vsh | 2 -- 1 file changed, 2 deletions(-) diff --git a/test_basic.vsh b/test_basic.vsh index ea449f66..74865b8c 100755 --- a/test_basic.vsh +++ b/test_basic.vsh @@ -221,8 +221,6 @@ println('Test cache loaded from ${cache_file}') println("tests to ignore") println(tests_ignore) -exit(0) - // Run each test with proper v command flags for test in test_files { if test.trim_space() == '' || test.trim_space().starts_with('//')