Index: observer.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.gdb/observer.exp,v retrieving revision 1.2 diff -u -p -r1.2 observer.exp --- observer.exp 30 Aug 2003 04:58:21 -0000 1.2 +++ observer.exp 16 Apr 2004 17:06:39 -0000 @@ -153,7 +153,10 @@ proc reset_counters { } { proc test_normal_stop_notifications { first second third message } { reset_counters - gdb_test "call observer_notify_normal_stop ()" "" \ + # Call observer_notify_normal_stop. Note that this procedure + # takes one argument, but this argument is ignored by the observer + # callbacks we have installed. So we just pass an arbitrary value. + gdb_test "call observer_notify_normal_stop (0)" "" \ "sending notification ($message)" check_counters $first $second $third $message }