]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.base/list.exp
gdb/testsuite/
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.base / list.exp
index 353502bf923c1c95c453e0ad6e4738f79462ed95..d1bdeee7ea6ad8eb70eb9848d07a0e59b13f97c0 100644 (file)
@@ -43,7 +43,7 @@ if  { [gdb_compile "${binfile}0.o ${binfile}1.o" ${binfile} executable {debug}]
 # Create and source the file that provides information about the compiler
 # used to compile the test case.
 if [get_compiler_info] {
-    return -1;
+    return -1
 }
 
 #
@@ -59,14 +59,14 @@ proc set_listsize { arg } {
 
     incr set_listsize_count;
     if [gdb_test "set listsize $arg" ".*" "setting listsize to $arg #$set_listsize_count"] {
-       return 0;
+       return 0
     }
     if { $arg < 0 } {
        set arg "unlimited";
     }
 
     if [gdb_test "show listsize" "Number of source lines.* is ${arg}.*" "show listsize $arg #$set_listsize_count"] {
-       return 0;
+       return 0
     }
     return 1
 }