Skip to content

Commit e640a1e

Browse files
committed
test changes
1 parent 055dc12 commit e640a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/libcxx/transitive_includes.gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
// RUN: %{{cxx}} %s %{{flags}} %{{compile_flags}} --trace-includes -fshow-skipped-includes --preprocess > /dev/null 2> %t/trace-includes.txt
9595
// RUN: %{{python}} %{{libcxx-dir}}/test/libcxx/transitive_includes_to_csv.py %t/trace-includes.txt > %t/actual_transitive_includes.csv
9696
// RUN: cat %{{libcxx-dir}}/test/libcxx/transitive_includes/%{{cxx_std}}.csv | awk '/^{escaped_header} / {{ print }}' > %t/expected_transitive_includes.csv
97-
// RUN: diff -w %t/expected_transitive_includes.csv %t/actual_transitive_includes.csv
97+
// RUN: /usr/bin/diff -w %t/expected_transitive_includes.csv %t/actual_transitive_includes.csv
9898
#include <{header}>
9999
"""
100100
)

0 commit comments

Comments
 (0)