From a403c19b24454b85f99436ad213e856aa410fee0 Mon Sep 17 00:00:00 2001 From: Marc Addeo Date: Sat, 7 Sep 2024 11:09:19 -0400 Subject: [PATCH] Fix alias_shadows_recipe_after test This fixes the alias_shadows_recipe_after test so that the correct results are expected. This causes the test to now fail. --- src/analyzer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/analyzer.rs b/src/analyzer.rs index de023c41ba..64c8fdc6ef 100644 --- a/src/analyzer.rs +++ b/src/analyzer.rs @@ -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! {