Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sezna committed Dec 16, 2024
1 parent 5b6a1f8 commit 7cee532
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions compiler/qsc_passes/src/test_attribute/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ fn callable_cant_have_params() {
[
CallableHasParameters(
Span {
lo: 33,
hi: 71,
lo: 43,
hi: 44,
},
),
]
Expand All @@ -67,10 +67,10 @@ fn callable_cant_have_type_params() {
"},
&expect![[r#"
[
CallableHaSTypeParameters(
CallableHasTypeParameters(
Span {
lo: 33,
hi: 66,
lo: 43,
hi: 44,
},
),
]
Expand Down

0 comments on commit 7cee532

Please sign in to comment.