[binutils-gdb] Remove annoying spaces from objcopy.exp
Matthieu Longo
mlongo@sourceware.org
Wed May 14 09:38:38 GMT 2025
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c5a0d257377a1cbec47403652a3a0de99b065a5b
commit c5a0d257377a1cbec47403652a3a0de99b065a5b
Author: Matthieu Longo <matthieu.longo@arm.com>
Date: Thu Apr 10 17:23:21 2025 +0100
Remove annoying spaces from objcopy.exp
Diff:
---
binutils/testsuite/binutils-all/objcopy.exp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp
index ff93fea1eba..cf94570642c 100644
--- a/binutils/testsuite/binutils-all/objcopy.exp
+++ b/binutils/testsuite/binutils-all/objcopy.exp
@@ -180,7 +180,7 @@ proc objcopy_test_verilog {testname} {
untested "verilog width-4 and width-8 tests"
return
}
-
+
foreach width {4 8} {
set got [binutils_run $OBJCOPY "-O verilog --verilog-data-width $width $binfile $verilog-$width.hex"]
if ![string equal "" $got] then {
@@ -194,7 +194,7 @@ proc objcopy_test_verilog {testname} {
}
}
- # Test generating endian correct output.
+ # Test generating endian correct output.
set testname "objcopy (verilog output endian-ness == input endian-ness)"
set got [binutils_run $OBJCOPY "-O verilog --verilog-data-width 4 $binfile $verilog-I4.hex"]
if ![string equal "" $got] then {
@@ -202,9 +202,9 @@ proc objcopy_test_verilog {testname} {
}
send_log "regexp_diff $verilog-I4.hex $srcdir/$subdir/verilog-I4.hex\n"
if {! [regexp_diff "$verilog-I4.hex" "$srcdir/$subdir/verilog-I4.hex"]} {
- pass $testname
+ pass $testname
} else {
- fail $testname
+ fail $testname
}
}
More information about the Binutils-cvs
mailing list