From 70f4a97cb583f16c25aa7ef1c452706dce85676b Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 24 Jun 1998 16:15:21 +0000 Subject: [PATCH] * gas/mn10300/basic.exp (do_am33_3): Fix typo. --- gas/testsuite/ChangeLog | 6 ++++++ gas/testsuite/gas/mn10300/basic.exp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 86d60f83284..3545e1c5aa3 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +start-sanitize-am33 +Wed Jun 24 10:10:52 1998 Jeffrey A Law (law@cygnus.com) + + * gas/mn10300/basic.exp (do_am33_3): Fix typo. + +end-sanitize-am33 Tue Jun 23 15:14:43 1998 Nick Clifton * gas/v850/hilo2.s: Use r1 as the destination of the movea diff --git a/gas/testsuite/gas/mn10300/basic.exp b/gas/testsuite/gas/mn10300/basic.exp index 8ab4e11d8e5..47af9928176 100755 --- a/gas/testsuite/gas/mn10300/basic.exp +++ b/gas/testsuite/gas/mn10300/basic.exp @@ -1009,7 +1009,7 @@ proc do_am33_3 {} { gas_finish # Did we find what we were looking for? If not, flunk it. - if [expr $x==36] then { pass $testname } else { fail $testname } + if [expr $x==37] then { pass $testname } else { fail $testname } } proc do_am33_4 {} { -- 2.30.2