diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2008-06-28 10:03:42 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2008-06-28 10:03:42 +0000 |
commit | 53c2f6a97240f90dffe81c509f4920c15bf80067 (patch) | |
tree | de6c6e932422600e4beaddaa1f354fe023e8b93d | |
parent | 20874c92f88d70f91bbc166ccb8d2f78f09d90a4 (diff) | |
download | gdb-53c2f6a97240f90dffe81c509f4920c15bf80067.zip gdb-53c2f6a97240f90dffe81c509f4920c15bf80067.tar.gz gdb-53c2f6a97240f90dffe81c509f4920c15bf80067.tar.bz2 |
Revert accidental commit
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-async.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-async.exp b/gdb/testsuite/gdb.mi/mi-async.exp index a730698..9ac91fd 100644 --- a/gdb/testsuite/gdb.mi/mi-async.exp +++ b/gdb/testsuite/gdb.mi/mi-async.exp @@ -27,7 +27,7 @@ if { !([isnative] && [istarget *-linux*]) \ # The plan is for async mode to become the default but toggle for now. set saved_gdbflags $GDBFLAGS -#set GDBFLAGS [concat $GDBFLAGS " -ex \"maint set linux-async on\""] +set GDBFLAGS [concat $GDBFLAGS " -ex \"maint set linux-async on\""] load_lib mi-support.exp |