Whitespace fix in gdb.base/skip.exp
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / skip.exp
index a7ea0b52c47b761d008aa8c447abbde2da0d48a3..6b74f51135e7b3aa83b389fb62f198066eafaa8e 100644 (file)
@@ -1,4 +1,4 @@
-#   Copyright 2011-2018 Free Software Foundation, Inc.
+#   Copyright 2011-2019 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
@@ -21,8 +21,8 @@ load_lib completion-support.exp
 standard_testfile
 
 if { [prepare_for_testing "failed to prepare" "skip" \
-                          {skip.c skip1.c } \
-                          {debug nowarnings}] } {
+                         {skip.c skip1.c } \
+                         {debug nowarnings}] } {
     return -1
 }
 
@@ -204,8 +204,7 @@ with_test_prefix "admin" {
     gdb_test "info skip 2-3" \
        "Num\\s+Enb\\s+Glob\\s+File\\s+RE\\s+Function\\s*
 2\\s+y\\s+n\\s+<none>\\s+n\\s+main\\s*
-3\\s+y\\s+n\\s+$srcfile1\\s+n\\s+<none>\\s*" \
-       "info skip 2-3"
+3\\s+y\\s+n\\s+$srcfile1\\s+n\\s+<none>\\s*"
 
     gdb_test "skip delete 2 3"
     gdb_test "info skip" \
This page took 0.030997 seconds and 4 git commands to generate.