* gas/mn10300/basic.exp (do_am33_3): Fix typo.
authorJeff Law <law@redhat.com>
Wed, 24 Jun 1998 16:15:21 +0000 (16:15 +0000)
committerJeff Law <law@redhat.com>
Wed, 24 Jun 1998 16:15:21 +0000 (16:15 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/mn10300/basic.exp

index 86d60f8..3545e1c 100644 (file)
@@ -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  <nickc@cygnus.com>
 
        * gas/v850/hilo2.s: Use r1 as the destination of the movea
index 8ab4e11..47af992 100755 (executable)
@@ -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 {} {