From 13f3f79eb80408e36331e0cdf2e47711a7cc72a3 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Fri, 30 Aug 2019 13:01:20 +0300 Subject: [PATCH] linguist test --- compiler/main.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/main.v b/compiler/main.v index 9cd053e1ea..251402ee74 100644 --- a/compiler/main.v +++ b/compiler/main.v @@ -944,7 +944,7 @@ fn test_v() { } else { println('OK') } - os.rm( tmpcfilepath ) + os.rm(tmpcfilepath) } }