From e19b630ab107576430b496a5ff51cf04b72c748d Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sat, 28 Sep 2019 15:00:51 +0300 Subject: [PATCH] disable the vget test for now --- compiler/main.v | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/main.v b/compiler/main.v index c002318ff4..8fb91bf987 100644 --- a/compiler/main.v +++ b/compiler/main.v @@ -1024,6 +1024,7 @@ fn install_v(args[]string) { } fn (v &V) test_vget() { + return vexe := os.executable() ret := os.system('$vexe install nedpals.args') if ret != 0 {