Branch: refs/heads/main
Revision: ec5f140
Author: lydia-duncan
Link: Update future to reflect correction from Brad and Michael and add another test by lydia-duncan · Pull Request #20180 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #20180 from lydia-duncan/updateFcfTest
Update future to reflect correction from Brad and Michael and add another test
[test update, not reviewed]
The other test is what I should have written (and works as intended). The old
future has now been updated to be an "error message" future, since it should not
work but it should generate a better message to the user. I updated the .good
file with a potential error message, but we may not generate that exact one when
the issue is resolved
A fresh checkout of both tests behaved as expected
Modified Files:
A test/functions/firstClassFns/saveInField-properNothing.chpl
A test/functions/firstClassFns/saveInField-properNothing.good
M test/functions/firstClassFns/saveInField-nothing.future
M test/functions/firstClassFns/saveInField-nothing.good
Compare: https://github.com/chapel-lang/chapel/compare/88a7ffeee27b...ec5f1408b449