Fix more cases of improper test names
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.go / package.exp
index fc5f85dba699b76fbfd21b42a9eec88fe489a86f..eddf4087a6bb063c35fad2beee0133dfc6b502f3 100644 (file)
@@ -24,12 +24,12 @@ if { [skip_go_tests] } { continue }
 standard_testfile package1.go package2.go
 
 if  { [gdb_compile "${srcdir}/${subdir}/${testfile}2.go" "${binfile}2.o" object {debug go}] != "" } {
-    untested $testfile
+    untested "failed to compile"
     return -1
 }
  
 if  { [gdb_compile "${srcdir}/${subdir}/${testfile}1.go ${binfile}2.o" "${binfile}" executable "debug go libdir=[standard_output_file {}]"] != "" } {
-    untested $testfile
+    untested "failed to compile"
     return -1
 }
 
This page took 0.02486 seconds and 4 git commands to generate.