Skip to content

Commit

Permalink
Fix frontend warning in collectiontest.k
Browse files Browse the repository at this point in the history
  • Loading branch information
geo2a committed Aug 12, 2024
1 parent eae9d61 commit 934a30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion booster/test/rpc-integration/resources/collectiontest.k
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module COLLECTIONTEST
imports LIST
imports MAP

syntax State ::= State(Collection, Int) [klabel(State), symbol]
syntax State ::= State(Collection, Int) [symbol(State)]

syntax Collection ::= Set // | List | Map

Expand Down

0 comments on commit 934a30e

Please sign in to comment.