I thought I’d try the UnitTest module. As ever this means testing various implementations of the factorial function. However on compilation:
test/factorial_test.chpl:36: error: unresolved call 'assertEqual(bigint, bigint)'
$CHPL_HOME/modules/packages/UnitTest.chpl:516: note: this candidate did not match: Test.assertEqual(first, second)
test/factorial_test.chpl:36: note: because call is not written as a method call
$CHPL_HOME/modules/packages/UnitTest.chpl:516: note: but candidate function is a method