Skip to content

Commit

Permalink
Fix alias_shadows_recipe_after test
Browse files Browse the repository at this point in the history
This fixes the alias_shadows_recipe_after test so that the correct
results are expected.

This causes the test to now fail.
  • Loading branch information
marcaddeo committed Sep 7, 2024
1 parent 90ae09b commit a403c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analyzer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ mod tests {
line: 2,
column: 6,
width: 3,
kind: Redefinition { first_type: "alias", second_type: "recipe", name: "foo", first: 0 },
kind: Redefinition { first_type: "recipe", second_type: "alias", name: "foo", first: 0 },
}

analysis_error! {
Expand Down

0 comments on commit a403c19

Please sign in to comment.