Skip to content

Commit ab6f3ef

Browse files
committed
iwyu.yml: also run test/cfg with libc++
1 parent 5f16ad6 commit ab6f3ef

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
@@ -201,7 +201,6 @@ jobs:
201201
202202
# TODO: run with all configurations
203203
- name: test/cfg
204-
if: matrix.stdlib == 'libstdc++'
205204
run: |
206205
# TODO: redirect to log
207206
./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)