diff --git a/vlib/v/gen/tests/2.vv b/vlib/v/gen/tests/2.vv index 389b25dad9..1f6767deba 100644 --- a/vlib/v/gen/tests/2.vv +++ b/vlib/v/gen/tests/2.vv @@ -5,7 +5,7 @@ fn function1() int { } fn foo(a int) { - end() + //end() } struct User {