Skip to content

Commit

Permalink
v.debug: fix expect failures in v test-all, when running locally on…
Browse files Browse the repository at this point in the history
… Ubuntu (#23605)
  • Loading branch information
spytheman authored Jan 29, 2025
1 parent 6fa3a4e commit d032918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions vlib/v/debug/tests/or_expr_scope.vv
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ fn main() {
$dbg;
false
}
println(a)
}
2 changes: 1 addition & 1 deletion vlib/v/debug/tests/sumtype.expect
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ expect "${test_file}:17 vdbg> "
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)"
send "q\n"
Expand Down

0 comments on commit d032918

Please sign in to comment.