Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/system.rs Now correctly identifies apple clang
Previous regex didn't have proper capture group names, and the regex didn't properly handle for spaces between `Apple` and `clang version`. Updated to also support compiler output like `Apple LLVM clang version` which I believe it used to do.
- Loading branch information