Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a skipif for a test (chapel-lang#24672)
The test in question is supposed to test a compilation error message. But with C backend, we get a relatively user-facing message from the C backend already. So, we should only run this test with the LLVM backend. This PR adds a skipif for that. [Trivial, tested locally, not reviewed]
- Loading branch information