Skip to content

Commit ed752ac

Browse files
kateinoigakukunrunner
authored andcommitted
[test] Add missing default value for target_run_with_leaks
This property has been reverted in main branch but still exists in this release branch. Reverting commit 401e930
1 parent 5494fc5 commit ed752ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/lit.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,6 +1082,7 @@ target_specific_module_triple = config.variant_triple
10821082
target_future = target_specific_module_triple
10831083

10841084
config.target_run = ''
1085+
config.target_run_with_leaks = ''
10851086
config.target_rtti_opt = '-fno-rtti'
10861087
config.target_pic_opt = ''
10871088
config.target_cxx_lib = '-lc++'

0 commit comments

Comments
 (0)