Skip to content

Commit

Permalink
update expects
Browse files Browse the repository at this point in the history
  • Loading branch information
sezna committed Oct 8, 2024
1 parent bd92c02 commit 67dba5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compiler/qsc_partial_eval/src/tests/misc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -602,5 +602,5 @@ fn evaluation_error_within_stdlib_yield_correct_package_span() {
}
"#,
});
assert_error(&error, &expect!["UnexpectedDynamicValue(PackageSpan { package: PackageId(1), span: Span { lo: 13654, hi: 13669 } })"]);
assert_error(&error, &expect!["UnexpectedDynamicValue(PackageSpan { package: PackageId(1), span: Span { lo: 13864, hi: 13879 } })"]);
}
4 changes: 2 additions & 2 deletions vscode/test/suites/debugger/debugger.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -375,10 +375,10 @@ suite("Q# Debugger Tests", function suite() {
sourceReference: 0,
adapterData: "qsharp-adapter-data",
},
line: 201,
line: 207,
column: 9,
name: "H ",
endLine: 201,
endLine: 207,
endColumn: 40,
},
{
Expand Down

0 comments on commit 67dba5e

Please sign in to comment.