Skip to content

Commit

Permalink
Add a skipif for a test (chapel-lang#24672)
Browse files Browse the repository at this point in the history
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
e-kayrakli authored Mar 25, 2024
2 parents 8c21281 + 04556e0 commit f355a07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/interop/C/errorMessage/errorInArgNMismatch.skipif
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# with C backend, we fail with a relatively helpful message from the backend
CHPL_LLVM==none

0 comments on commit f355a07

Please sign in to comment.