diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 7fdc8109a5f..88fd3ea5388 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-03-19 Pedro Alves + + * gdb.base/async.exp: Remove early return. + 2014-03-19 Pedro Alves * gdb.base/async.exp (step& tests): Pass explicit test messages. diff --git a/gdb/testsuite/gdb.base/async.exp b/gdb/testsuite/gdb.base/async.exp index bbe8a27a7c9..f0a18e89193 100644 --- a/gdb/testsuite/gdb.base/async.exp +++ b/gdb/testsuite/gdb.base/async.exp @@ -20,13 +20,6 @@ standard_testfile -######################################## -## -## Don't do any of these tests until we reach consensus on this file. -## -return 0 -######################################## - if {[prepare_for_testing $testfile.exp $testfile $srcfile debug]} { untested $testfile.exp return -1