Skip to content

Commit 3946535

Browse files
committed
[libc++][NFC] Update comment in transitive_includes.gen.py to make it easier to re-run
1 parent 40ee8ab commit 3946535

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
@@ -26,7 +26,7 @@
2626

2727
# To re-generate the list of expected headers, temporarily set this to True, and run this test.
2828
# Note that this needs to be done for all supported language versions of libc++:
29-
# for std in c++03 c++11 c++14 c++17 c++20 c++23 c++26; do <build>/bin/llvm-lit --param std=$std ${path_to_this_file}; done
29+
# for std in c++03 c++11 c++14 c++17 c++20 c++23 c++26; do <build>/bin/llvm-lit --param std=$std libcxx/test/libcxx/transitive_includes.gen.py; done
3030
regenerate_expected_results = False
3131

3232
BLOCKLIT = '' # block Lit from interpreting a RUN/XFAIL/etc inside the generation script

0 commit comments

Comments
 (0)