We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a576c commit 5b6aff6Copy full SHA for 5b6aff6
.github/workflows/supported_llvm_versions.yml
@@ -115,8 +115,9 @@ jobs:
115
rm tests/d2/dmd-testsuite/runnable/{testptrref,xtest46}_gc.d
116
rm tests/d2/dmd-testsuite/fail_compilation/mixin_gc.d
117
# The @live tests neither (LDC segfaults)
118
- rm tests/d2/dmd-testsuite/compilable/ob1.d
+ rm tests/d2/dmd-testsuite/compilable/ob{1,2}.d
119
rm tests/d2/dmd-testsuite/fail_compilation/fob{1,2}.d
120
+ rm tests/d2/dmd-testsuite/fail_compilation/failob2.d
121
# A __traits(getOverloads) test neither
122
rm tests/d2/dmd-testsuite/compilable/test21050.d
123
fi
0 commit comments