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 { - -//}