From 9e4ae929a4f60d69149011a0fd0dd8fe708bbc49 Mon Sep 17 00:00:00 2001 From: Justice Suh Date: Thu, 4 Jul 2019 12:13:25 -0400 Subject: [PATCH] os: remove test file --- vlib/os/os_test.v | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vlib/os/os_test.v b/vlib/os/os_test.v index d0004e2ef8..c1b3b69956 100644 --- a/vlib/os/os_test.v +++ b/vlib/os/os_test.v @@ -30,4 +30,6 @@ fn test_write_and_read_string_to_file() { return } assert hello == read_hello + + os.rm(filename) }