libphobos: Re-add -fno-moduleinfo flag to dg-runtest [PR99812]
libphobos/ChangeLog: PR d/99812 * testsuite/libphobos.druntime_shared/druntime_shared.exp: Re-add -fno-moduleinfo flag to dg-runtest. * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
This commit is contained in:
parent
71958f740f
commit
38258326dc
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ dg-init
|
|||
foreach test $tests {
|
||||
set libphobos_test_name "$subdir/[dg-trim-dirname $srcdir/../libdruntime $test]"
|
||||
dg-runtest $test "-shared-libphobos" \
|
||||
"-fmain -fbuilding-libphobos-tests $version_flags"
|
||||
"-fmain -fbuilding-libphobos-tests -fno-moduleinfo $version_flags"
|
||||
set libphobos_test_name ""
|
||||
}
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@ dg-init
|
|||
foreach test $tests {
|
||||
set libphobos_test_name "$subdir/[dg-trim-dirname $srcdir/../src $test]"
|
||||
dg-runtest $test "-shared-libphobos" \
|
||||
"-fmain -fbuilding-libphobos-tests $version_flags"
|
||||
"-fmain -fbuilding-libphobos-tests -fno-moduleinfo $version_flags"
|
||||
set libphobos_test_name ""
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue