-
Notifications
You must be signed in to change notification settings - Fork 424
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix noExceptions future test (#26640)
Fixes a future test by making sure it continues to fail to compile since the feature is not implemented. [Not reviewed - trivial]
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
noExceptions.chpl:18: error: unresolved call 'Interpreter.init(0)' | ||
$CHPL_HOME/modules/packages/Python.chpl:nnnn: note: this candidate did not match: Interpreter.init() | ||
noExceptions.chpl:18: note: because call includes 1 argument | ||
$CHPL_HOME/modules/packages/Python.chpl:nnnn: note: but function can only accept 0 arguments | ||
noExceptions.chpl:18: error: unresolved call 'Interpreter.init(checkExceptions=0)' | ||
$CHPL_HOME/modules/packages/Python.chpl:nnnn: note: this candidate did not match: Interpreter.init(isSubInterpreter: bool = false) | ||
noExceptions.chpl:18: note: because call uses named argument checkExceptions | ||
$CHPL_HOME/modules/packages/Python.chpl:nnnn: note: but function contains no formal named checkExceptions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters