diff options
Diffstat (limited to 'gdb/testsuite/lib/dtrace.exp')
-rw-r--r-- | gdb/testsuite/lib/dtrace.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/lib/dtrace.exp b/gdb/testsuite/lib/dtrace.exp index d558aba..2456ba9 100644 --- a/gdb/testsuite/lib/dtrace.exp +++ b/gdb/testsuite/lib/dtrace.exp @@ -32,7 +32,7 @@ # This function returns -1 on failure, 0 otherwise proc dtrace_build_usdt_test_program {} { global testfile hex objdir srcdir srcfile subdir binfile - + # Make sure that dtrace is installed, it is the real one (not the # script installed by SystemTap, for example) and of the right # version (>= 0.4.0). If it is not then use pdtrace instead. |