aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/lib
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-06-02 23:46:41 +0000
committerKen Raeburn <raeburn@cygnus>1994-06-02 23:46:41 +0000
commitd9ac025813babca71b94bb29cbc862de1040dbd9 (patch)
treef5e0e591a866859d5441c5cd8f1458058bd420bf /gas/testsuite/lib
parenta8773b7d265fa580a077975b9f8c88069be68bc1 (diff)
downloadgdb-d9ac025813babca71b94bb29cbc862de1040dbd9.zip
gdb-d9ac025813babca71b94bb29cbc862de1040dbd9.tar.gz
gdb-d9ac025813babca71b94bb29cbc862de1040dbd9.tar.bz2
whitespace
Diffstat (limited to 'gas/testsuite/lib')
-rw-r--r--gas/testsuite/lib/gas-defs.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/testsuite/lib/gas-defs.exp b/gas/testsuite/lib/gas-defs.exp
index e8942af..a142344 100644
--- a/gas/testsuite/lib/gas-defs.exp
+++ b/gas/testsuite/lib/gas-defs.exp
@@ -59,7 +59,7 @@ proc gas_start { prog as_opts } {
spawn -noecho -nottyinit $srcdir/lib/run $AS $ASFLAGS $as_opts $srcdir/$subdir/$prog
} foo
if ![regexp {^[0-9]+} $foo] then {
- perror "Can't run $subdir/$prog: $foo"
+ perror "Can't run $subdir/$prog: $foo"
}
}
@@ -189,7 +189,7 @@ proc objdump_start_no_subdir { prog opts } {
spawn -noecho -nottyinit $srcdir/lib/run $OBJDUMP $opts $prog
} foo
if ![regexp {^[0-9]+} $foo] then {
- perror "Can't run $prog: $foo"
+ perror "Can't run $prog: $foo"
}
}