Skip to content

Commit

Permalink
Retire two futures for syntax errors (chapel-lang#23850)
Browse files Browse the repository at this point in the history
Retires two syntax error focused futures that now have good errors
reported from `post-parse-checks`, instead of internal errors.

[Reviewed by @lydia-duncan]
  • Loading branch information
jabraham17 authored Nov 14, 2023
2 parents f24fe20 + e7a5021 commit a269252
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 23 deletions.
10 changes: 0 additions & 10 deletions test/functions/lydia/syntax-error-unclear-message.future

This file was deleted.

2 changes: 1 addition & 1 deletion test/functions/lydia/syntax-error-unclear-message.good
Original file line number Diff line number Diff line change
@@ -1 +1 @@
problem.chpl:3: syntax error: near 'incomplete'
syntax-error-unclear-message.chpl:1: error: no-op procedures are only legal for extern functions
11 changes: 0 additions & 11 deletions test/functions/lydia/syntax-error-unclear-message2.future

This file was deleted.

2 changes: 1 addition & 1 deletion test/functions/lydia/syntax-error-unclear-message2.good
Original file line number Diff line number Diff line change
@@ -1 +1 @@
problem.chpl:3: syntax error: near 'incomplete'
syntax-error-unclear-message2.chpl:1: error: no-op procedures are only legal for extern functions

0 comments on commit a269252

Please sign in to comment.