Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test glob pattern equivalent of --compilers (#3005)
This ensures that users can glob for multiple file extensions. That means two things: - We could theoretically deprecate `--compilers` in favor of the other options (and globbing) for which it's shorthand. - If we upgrade glob and the syntax to do this changes, we'll know due to the test failing.
- Loading branch information