File tree Expand file tree Collapse file tree 5 files changed +7
-2
lines changed Expand file tree Collapse file tree 5 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ import re
52
52
# the file and run this test.
53
53
# Note that this needs to be done for all supported language versions of libc++:
54
54
# for std in c++03 c++11 c++14 c++17 c++20 c++2b; do <build>/bin/llvm-lit --param std=$std ${path_to_this_file}; done
55
- regenerate_expected_results = True
55
+ regenerate_expected_results = False
56
56
# Used because the sequence of tokens RUN : can't appear anywhere or it'll confuse Lit.
57
57
RUN = "RUN"
58
58
@@ -560,5 +560,6 @@ END-SCRIPT
560
560
#if defined(TEST_140)
561
561
#include < ext/hash_set>
562
562
#endif
563
- // RUN: %{python} %S/transitive_includes_to_csv.py %t > %S/transitive_includes/%{cxx_std}.csv
563
+ // RUN: %{python} %S/transitive_includes_to_csv.py %t > %t/transitive_includes.csv
564
+ // RUN: diff -w %S/transitive_includes/%{cxx_std}.csv %t/transitive_includes.csv
564
565
// GENERATED-MARKER
Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ charconv iosfwd
107
107
charconv limits
108
108
charconv type_traits
109
109
chrono compare
110
+ chrono cstdint
110
111
chrono ctime
111
112
chrono limits
112
113
chrono ratio
Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ charconv iosfwd
107
107
charconv limits
108
108
charconv type_traits
109
109
chrono compare
110
+ chrono cstdint
110
111
chrono ctime
111
112
chrono limits
112
113
chrono ratio
Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ charconv iosfwd
107
107
charconv limits
108
108
charconv type_traits
109
109
chrono compare
110
+ chrono cstdint
110
111
chrono ctime
111
112
chrono limits
112
113
chrono ratio
Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ charconv iosfwd
107
107
charconv limits
108
108
charconv type_traits
109
109
chrono compare
110
+ chrono cstdint
110
111
chrono ctime
111
112
chrono limits
112
113
chrono ratio
You can’t perform that action at this time.
0 commit comments