Implement pahole-like 'ptype /o' option
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / paginate-inferior-exit.exp
index 0e37be97994352de0b42cc31d1adfd77131255b9..342957e9caa227b0302993cb65f6a9bcc7f51818 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014 Free Software Foundation, Inc.
+# Copyright (C) 2014-2017 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -33,7 +33,7 @@ proc test_paginate_inferior_exited {} {
        clean_restart $binfile
 
        if ![runto_main] then {
-           fail "Can't run to main"
+           fail "can't run to main"
            return 0
        }
 
@@ -58,10 +58,6 @@ proc test_paginate_inferior_exited {} {
                set saw_starting 1
                exp_continue
            }
-           -notransfer -re "<return>" {
-               # Otherwise gdb_test_multiple considers this an error.
-               exp_continue
-           }
        }
 
        # We're now stopped in a pagination output while handling a
This page took 0.024536 seconds and 4 git commands to generate.