diff options
author | Jeff Law <law@redhat.com> | 1993-10-29 23:34:37 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1993-10-29 23:34:37 +0000 |
commit | 762df61d4c38314139a7f518e96f747586d45f7c (patch) | |
tree | 5f7cbb6acb8e2322400bbfb9d3b18ff52bf302fb | |
parent | 06c368b7d39f6197106576e30a866de2a3f0a0ad (diff) | |
download | gdb-762df61d4c38314139a7f518e96f747586d45f7c.zip gdb-762df61d4c38314139a7f518e96f747586d45f7c.tar.gz gdb-762df61d4c38314139a7f518e96f747586d45f7c.tar.bz2 |
* gas/hppa/more.parse/parse.exp: Fix typos.
-rwxr-xr-x | gas/testsuite/gas/hppa/more.parse/parse.exp | 4 | ||||
-rwxr-xr-x | gas/testsuite/gas/hppa/parse/parse.exp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gas/testsuite/gas/hppa/more.parse/parse.exp b/gas/testsuite/gas/hppa/more.parse/parse.exp index a546beb..95b2864 100755 --- a/gas/testsuite/gas/hppa/more.parse/parse.exp +++ b/gas/testsuite/gas/hppa/more.parse/parse.exp @@ -176,10 +176,10 @@ if [istarget hppa*-*-*] then { # GAS can't handle upper bound for a PA .block[z] directive setup_xfail hppa*-*-* - gas_test "block.s" "" "" "Check min/max values for .block" + gas_test "block1.s" "" "" "Check min/max values for .block" # Now check for an invalid argument - gas_test_error "block2" "" "Check for error on bogus argument to .block" + gas_test_error "block2.s" "" "Check for error on bogus argument to .block" # GAS-1.36 choked on this file. # FIXME. Should check relocations made for this test! diff --git a/gas/testsuite/gas/hppa/parse/parse.exp b/gas/testsuite/gas/hppa/parse/parse.exp index a546beb..95b2864 100755 --- a/gas/testsuite/gas/hppa/parse/parse.exp +++ b/gas/testsuite/gas/hppa/parse/parse.exp @@ -176,10 +176,10 @@ if [istarget hppa*-*-*] then { # GAS can't handle upper bound for a PA .block[z] directive setup_xfail hppa*-*-* - gas_test "block.s" "" "" "Check min/max values for .block" + gas_test "block1.s" "" "" "Check min/max values for .block" # Now check for an invalid argument - gas_test_error "block2" "" "Check for error on bogus argument to .block" + gas_test_error "block2.s" "" "Check for error on bogus argument to .block" # GAS-1.36 choked on this file. # FIXME. Should check relocations made for this test! |