From e30bd045795874b131f40917f4935c042a2318af Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Wed, 19 Feb 2020 19:57:21 +0100 Subject: [PATCH] fix fmt test --- vlib/v/fmt/tests/simple_expected.vv | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vlib/v/fmt/tests/simple_expected.vv b/vlib/v/fmt/tests/simple_expected.vv index b2aa0e67ed..dd710b6b6d 100644 --- a/vlib/v/fmt/tests/simple_expected.vv +++ b/vlib/v/fmt/tests/simple_expected.vv @@ -68,7 +68,3 @@ fn fn_with_3_args(arg1 string, arg2 int, arg3 User) int { fn (this User) fn_with_receiver() { println('') } - -//fn get_user() ?User { - -//}