]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.base/setvar.exp
gdb/testsuite/
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.base / setvar.exp
index dfebd6b05c9fb2a5b6755a26abf92bbed5f929b8..a4d5764ed81d1ff362ed7c442781d6fdffeec902 100644 (file)
@@ -35,7 +35,7 @@ if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb
 # 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
 }
 
 gdb_exit
@@ -95,11 +95,11 @@ proc test_set { args } {
            verbose "doing $arg $match"
            if [gdb_test "$arg" "$match" "$mess"] {
                fail "$message -- $match";
-               return 1;
+               return 1
            }
        }
     }
-    return 0;
+    return 0
 }
 
 #