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) } }