[Chapel Merge] Remove the .bad and .future for this now passing t

Branch: refs/heads/main
Revision: 883563e
Author: lydia-duncan
Link: Remove the .bad and .future for this now passing test by lydia-duncan · Pull Request #18631 · chapel-lang/chapel · GitHub
Log Message:

Merge pull request #18631 from lydia-duncan/resolvePrivateUseFuture

Remove the .bad and .future for this now passing test
[resolving future, not reviewed]

The test was failing before due to not respecting private uses and imports when
validating use and import statements. #18622 fixed that issue, so remove the
.bad and .future file from this test.

Checked a fresh checkout of the test

Modified Files:
R test/modules/vass/use-a-Reflection-function.bad

R test/modules/vass/use-a-Reflection-function.future

Compare: https://github.com/chapel-lang/chapel/compare/9858e86d3f45...883563e3efc0