Skip to content

Commit a7bcd27

Browse files
author
Dwight Guth
committed
fix test
Former-commit-id: d751d74d62e61b3a233f361c1645f5e07429fc20 [formerly 4ae261c20aea91b109fc606d1c08cf2d80c49f18] Former-commit-id: f6879b67a9e62d5f43f37e073540ea2782cff962
1 parent 0cc392c commit a7bcd27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/src/test/java/org/kframework/kore/compile/GenerateSentencesFromConfigDeclTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public void testSingleTop() {
7575
Seq(NonTerminal(Sort("ThreadCellBag")), NonTerminal(Sort("ThreadCellBag"))),
7676
Att().add("assoc","").add("comm","").add("unit",".ThreadCellBag")
7777
.add("element","ThreadCellBagItem").add("wrapElement","<thread>")
78-
.add("function").add("hook","BAG.concat")),
78+
.add("function").add("avoid").add("hook","BAG.concat")),
7979
Production(".ThreadCellBag", Sort("ThreadCellBag"),
8080
Seq(Terminal(".ThreadCellBag")),
8181
Att().add("function").add("hook","BAG.unit")),

0 commit comments

Comments
 (0)