diff options
author | Frank Ch. Eigler <fche@redhat.com> | 1997-10-08 16:28:50 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@redhat.com> | 1997-10-08 16:28:50 +0000 |
commit | 840496f1960e2c22b8d85c5d6afe38a341e3a439 (patch) | |
tree | b59b39cfea090f545dd1a689337ec97942a5d8e4 /gas/testsuite | |
parent | 6fd819cfff61e8dc011f214988ee73c2ebc2624f (diff) | |
download | gdb-840496f1960e2c22b8d85c5d6afe38a341e3a439.zip gdb-840496f1960e2c22b8d85c5d6afe38a341e3a439.tar.gz gdb-840496f1960e2c22b8d85c5d6afe38a341e3a439.tar.bz2 |
Fixed small typo in tcl expr syntax.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/gas/mips/mips.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/testsuite/gas/mips/mips.exp b/gas/testsuite/gas/mips/mips.exp index e4f55c4..2acdc2a 100644 --- a/gas/testsuite/gas/mips/mips.exp +++ b/gas/testsuite/gas/mips/mips.exp @@ -9,8 +9,8 @@ if [istarget mips*-*-*] then { set gpr_ilocks [expr [istarget mipstx39*-*-*]] # start-sanitize-tx19 - set ilocks [expr ilocks || [istarget mipstx19*-*-*]] - set gpr_ilocks [expr gpr_ilocks || [istarget mipstx19*-*-*]] + set ilocks [expr $ilocks || [istarget mipstx19*-*-*]] + set gpr_ilocks [expr $gpr_ilocks || [istarget mipstx19*-*-*]] # end-sanitize-tx19 run_dump_test "abs" |