diff options
-rw-r--r-- | test cases/frameworks/15 llvm/test.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/frameworks/15 llvm/test.json b/test cases/frameworks/15 llvm/test.json index 6e56675..e70edd5 100644 --- a/test cases/frameworks/15 llvm/test.json +++ b/test cases/frameworks/15 llvm/test.json @@ -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"] }, |