-
Notifications
You must be signed in to change notification settings - Fork 428
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust .bad to include additional error
Showing
1 changed file
with
4 additions
and
1 deletion.
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 +1,4 @@ | ||
$CHPL_HOME/modules/internal/ChapelArray.chpl:4193: error: non-lvalue actual is passed to a 'ref' formal of chpl__initCopy() | ||
$CHPL_HOME/modules/internal/ChapelArray.chpl:4215: error: non-lvalue actual is passed to a 'ref' formal of chpl__initCopy() | ||
for-expr-owned-bug.chpl:6: In function 'main': | ||
for-expr-owned-bug.chpl:7: error: Cannot copy array with element type that cannot be assigned | ||
$CHPL_HOME/modules/internal/ChapelArray.chpl:4299: note: in function called here |