[Chapel Merge] Ignore line numbers in recordOfNonHashRecord test

Branch: refs/heads/main
Revision: bca63a7
Author: ronawho
Link: Ignore line numbers in recordOfNonHashRecord test by ronawho · Pull Request #19415 · chapel-lang/chapel · GitHub
Log Message:

Merge pull request #19415 from ronawho/ignore-lineno-recordOfNonHashRecord

Ignore line numbers in recordOfNonHashRecord test

The .good file included line numbers from standard modules, but those
change often, so just prediff them out. This fixes a failure from 19381,
which removed some comments in String.chpl and should avoid similar
issues going forward.

Modified Files:
A test/types/chplhashtable/recordOfNonHashRecord.prediff

M test/types/chplhashtable/recordOfNonHashRecord.good

Compare: https://github.com/chapel-lang/chapel/compare/c7fb8efde72b...bca63a751a31