Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
spytheman committed Jan 28, 2025

Verified

This commit was signed with the committer’s verified signature.
1 parent 85f3889 commit c6bb944
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
@@ -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
@@ -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"

0 comments on commit c6bb944

Please sign in to comment.