Skip to content

Commit

Permalink
Fix parser segfault in test suite (#2413)
Browse files Browse the repository at this point in the history
Co-authored-by: rv-jenkins <[email protected]>
  • Loading branch information
Baltoli and rv-jenkins authored Jan 25, 2022
1 parent 7ee97d7 commit 382a862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k-distribution/tests/regression-new/issue-1602/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ DEF=test
EXT=test
TESTDIR=.
KOMPILE_FLAGS+=--gen-bison-parser --bison-stack-max-depth 12000
KRUN_FLAGS=--dry-run 1>/dev/null
KRUN_FLAGS=--dry-run 1>/dev/null --no-expand-macros

include ../../../include/kframework/ktest.mak

0 comments on commit 382a862

Please sign in to comment.