Skip to content

Commit df3d6d4

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 80cd667 commit df3d6d4

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

10511051
config.target_run = ''
1052+
config.target_run_with_leaks = ''
10521053
config.target_rtti_opt = '-fno-rtti'
10531054
config.target_pic_opt = ''
10541055
config.target_cxx_lib = '-lc++'

0 commit comments

Comments
 (0)