Skip to content

Commit a426f1a

Browse files
committed
iwyu.yml: also run test/cfg with libc++
1 parent 634d554 commit a426f1a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/iwyu.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ jobs:
202202
203203
# TODO: run with all configurations
204204
- name: test/cfg
205-
if: matrix.stdlib == 'libstdc++'
206205
run: |
207206
# TODO: redirect to log
208207
./test/cfg/runtests.sh

test/cfg/runtests.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ function sqlite3_fn {
265265

266266
# openmp.c
267267
function openmp_fn {
268-
# TODO: omp.h not found with IWYU
269268
# MacOS compiler has no OpenMP by default
270269
if ! command -v sw_vers; then
271270
echo "OpenMP assumed to be present, checking syntax with ${CC} now."

0 commit comments

Comments
 (0)