We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v test-all
1 parent 6fa3a4e commit d032918Copy full SHA for d032918
2 files changed
vlib/v/debug/tests/or_expr_scope.vv
@@ -7,4 +7,5 @@ fn main() {
7
$dbg;
8
false
9
}
10
+ println(a)
11
vlib/v/debug/tests/sumtype.expect
@@ -6,7 +6,7 @@ expect "${test_file}:17 vdbg> "
6
send "p a\n"
expect "a = Test{\r\n a: MySum(false)\r\n} (main.Test)"
send "c\n"
-expect "${test_file}:25 vdbg> "
+expect "${test_file}:26 vdbg> "
send "p b\n"
expect "b = Test{\r\n a: MySum(1)\r\n} (main.Test)"
12
send "q\n"
0 commit comments