File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
binutils/testsuite/binutils-all Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ proc objcopy_test_verilog {testname} {
180180 untested "verilog width-4 and width-8 tests"
181181 return
182182 }
183-
183+
184184 foreach width {4 8} {
185185 set got [binutils_run $OBJCOPY "-O verilog --verilog-data-width $width $binfile $verilog-$width.hex"]
186186 if ![string equal "" $got] then {
@@ -194,17 +194,17 @@ proc objcopy_test_verilog {testname} {
194194 }
195195 }
196196
197- # Test generating endian correct output.
197+ # Test generating endian correct output.
198198 set testname "objcopy (verilog output endian-ness == input endian-ness)"
199199 set got [binutils_run $OBJCOPY "-O verilog --verilog-data-width 4 $binfile $verilog-I4.hex"]
200200 if ![string equal "" $got] then {
201201 fail $testname
202202 }
203203 send_log "regexp_diff $verilog-I4.hex $srcdir/$subdir/verilog-I4.hex\n"
204204 if {! [regexp_diff "$verilog-I4.hex" "$srcdir/$subdir/verilog-I4.hex"]} {
205- pass $testname
205+ pass $testname
206206 } else {
207- fail $testname
207+ fail $testname
208208 }
209209}
210210
You can’t perform that action at this time.
0 commit comments