Skip to content

Commit

Permalink
adjust some test names after bulk rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jberthold committed Feb 19, 2024
1 parent 607b64f commit 82a871c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kore/test/Test/Kore/Attribute/Overload.hs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ test_Attributes =

test_duplicate :: TestTree
test_duplicate =
testCase "[symbol-overload{}(_, _), overload{}(_, _)]" $
testCase "[symbol-overload{}(_, _), symbol-overload{}(_, _)]" $
expectFailure $
parseOverload $
Attributes [attribute, attribute]
Expand All @@ -118,7 +118,7 @@ test_arguments =

test_parameters :: TestTree
test_parameters =
testCase "[overload{illegal}()]" $
testCase "[symbol-overload{illegal}()]" $
expectFailure $
parseOverload $
Attributes [illegalAttribute]
Expand Down

0 comments on commit 82a871c

Please sign in to comment.