Fixup testcases outputting own name as a test name and standardize failed compilation...
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / jit-simple.exp
index c1a079a67a8fe3354ec7736a9a9a563418756d98..30e41e14a140e8e4126ccc27be41833682940cf8 100644 (file)
@@ -64,12 +64,12 @@ proc build_shared_jit {{options ""}} {
 }
 
 if {[build_standalone_jit] == -1} {
-    untested "could not compile $binfile"
+    untested "failed to compile standalone testcase"
     return
 }
 
 if {[build_shared_jit] == -1} {
-    untested "could not compile $binfile_lib"
+    untested "failed to compile shared library testcase"
     return
 }
 
This page took 0.035202 seconds and 4 git commands to generate.