Skip to content

Commit

Permalink
Update expected skip condition for llvm framework test on msys2
Browse files Browse the repository at this point in the history
cmake can now find static llvm on msys2
  • Loading branch information
jon-turney committed Nov 18, 2021
1 parent 4f4259d commit c76fc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test cases/frameworks/15 llvm/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"options": {
"method": [
{ "val": "config-tool", "skip_on_jobname": ["msys2-gcc"]},
{ "val": "cmake", "skip_on_jobname": ["msys2"] }
{ "val": "cmake", "skip_on_jobname": ["msys2-gcc"] }
],
"link-static": [
{ "val": true, "skip_on_jobname": ["opensuse"] },
Expand Down

0 comments on commit c76fc1f

Please sign in to comment.