diff options
Diffstat (limited to 'gdb/testsuite/lib/perftest.exp')
-rw-r--r-- | gdb/testsuite/lib/perftest.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/lib/perftest.exp b/gdb/testsuite/lib/perftest.exp index 7659ee0..2f8da14 100644 --- a/gdb/testsuite/lib/perftest.exp +++ b/gdb/testsuite/lib/perftest.exp @@ -90,7 +90,7 @@ namespace eval PerfTest { if { [string compare $GDB_PERFTEST_MODE "run"] != 0 } { if { [eval compile {$compile}] } { - untested "Could not compile source files." + untested "could not compile source files." return } } |