Skip to content

Commit 140635f

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 47c09ef commit 140635f

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
@@ -1048,6 +1048,7 @@ target_specific_module_triple = config.variant_triple
10481048
target_future = target_specific_module_triple
10491049

10501050
config.target_run = ''
1051+
config.target_run_with_leaks = ''
10511052
config.target_rtti_opt = '-fno-rtti'
10521053
config.target_pic_opt = ''
10531054
config.target_cxx_lib = '-lc++'

0 commit comments

Comments
 (0)