Revert accidental commit
authorVladimir Prus <vladimir@codesourcery.com>
Sat, 28 Jun 2008 10:03:42 +0000 (10:03 +0000)
committerVladimir Prus <vladimir@codesourcery.com>
Sat, 28 Jun 2008 10:03:42 +0000 (10:03 +0000)
gdb/testsuite/gdb.mi/mi-async.exp

index a730698..9ac91fd 100644 (file)
@@ -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