Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltoli committed Oct 20, 2023
1 parent dcc28d7 commit 9ed0c96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ EXT=test
TESTDIR=.
KAST_FLAGS=--debug-parse
PIPEFAIL=
CHECK=$(CONSIDER_ERRORS) | diff -
CHECK=$(CONSIDER_ERRORS) $(REMOVE_PATHS) | diff -

include ../../../include/kframework/ktest.mak
include ../../../include/kframework/ktest.mak
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Additional parsing diagnostic information:
produced partial term:
`_+__TEST-SYNTAX_Exp_Exp_Exp`(#token("1","Int"),#token("<error>","<invalid>"))

Source(/Users/brucecollie/code/k/k-distribution/tests/regression-new/issue-3672-debugParse/./a.test.kast)
Source(a.test.kast)
Location(1,4,1,5)
1 | 1 ++ 2
. ^
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Additional parsing diagnostic information:
produced partial term:
`_*__TEST-SYNTAX_Exp_Exp_Exp`(`_+__TEST-SYNTAX_Exp_Exp_Exp`(#token("1","Int"),#token("5","Int")),#token("<error>","<invalid>"))

Source(/Users/brucecollie/code/k/k-distribution/tests/regression-new/issue-3672-debugParse/./b.test.kast)
Source(b.test.kast)
Location(1,9,1,10)
1 | 1 + 5 * a / 2
. ^

0 comments on commit 9ed0c96

Please sign in to comment.