Branch: refs/heads/master
Revision: 70239f1
Author: dlongnecke-cray
Log Message:
Merge pull request #17547 from dlongnecke-cray/fix-test-operators
Change uses of 'proc' to 'operator' when defining operators in test (#17547)
The pull #17533 added a new test which defines the ==
operator on
a record. Change the syntax from proc==
to operator R.==
.
Tests in test/types/chplhashtable
pass locally.
Change to test, trivial and not reviewed.
Signed-off-by: David Longnecker dlongnecke-cray@users.noreply.github.com
Modified Files:
M test/types/chplhashtable/Issue11613.chpl
Compare: https://github.com/chapel-lang/chapel/compare/bfe0ec1212a2...70239f18d0a0