commit | f41c2f5edda3e009566c96cf4ae27908d0387d36 | [log] [tgz] |
---|---|---|
author | Tom de Vries <tdevries@suse.de> | Sat Apr 22 11:04:11 2023 +0200 |
committer | Tom de Vries <tdevries@suse.de> | Sat Apr 22 11:04:11 2023 +0200 |
tree | 92f15111c2644abae3e8c78e9dd9561d6c11eebc | |
parent | a88ee931eee4ba7339c481735b9405f66161e2f6 [diff] |
[gdb/testsuite] Remove debug prints in gdb_find_gdc When running the gdb.dlang test-cases, and forcing gdb_find_gdc to be used rather than dejagnu's copy (mimicing what happens with an older dejagnu without find_gdc), I run into these debug prints: ... Tool Root: /data/vries/gdb/leap-15-4/build CC: gdc ... Remove these. Tested on x86_64-linux.