Index: gdb/testsuite/gdb.mi/watch-nonstop.c |
diff --git a/gdb/testsuite/gdb.base/fortran-sym-case.c b/gdb/testsuite/gdb.mi/watch-nonstop.c |
similarity index 95% |
copy from gdb/testsuite/gdb.base/fortran-sym-case.c |
copy to gdb/testsuite/gdb.mi/watch-nonstop.c |
index a83d7091c4ef8a39afed41bfbc438941d73b79d9..bf6263feea9a1febcc54b4d301a981b728eab1eb 100644 |
--- a/gdb/testsuite/gdb.base/fortran-sym-case.c |
+++ b/gdb/testsuite/gdb.mi/watch-nonstop.c |
@@ -15,8 +15,10 @@ |
You should have received a copy of the GNU General Public License |
along with this program. If not, see <http://www.gnu.org/licenses/>. */ |
-int |
-main (int argc, char **aRGv) |
+int global; |
+ |
+int main () |
{ |
+ sleep (60); |
return 0; |
} |