Skip to content

Commit ffcea7d

Browse files
committed
fix(test-243_2): compile_error -> preprocess_error
1 parent 6531a25 commit ffcea7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check/features.frm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ assert result("F") =~ expr("f(1,2,4,5)")
10501050
*--#[ Issue243_2 :
10511051
#continuedo
10521052
.end
1053-
assert compile_error?
1053+
assert preprocess_error?
10541054
assert stdout =~ exact_pattern("#continuedo without #do")
10551055
*--#] Issue243_2 :
10561056
*--#[ Issue392_ContinuationLines_1 :

0 commit comments

Comments
 (0)