Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / watchpoint.exp
index e4eab3da19b7a6d9a1c8f37633f60c25becd7985..6e262e9a7702d97b0dd0510c188088256d4e10e3 100644 (file)
@@ -347,7 +347,7 @@ proc test_watchpoint_triggered_in_syscall {} {
     # Run until we get to the first marker function.
     set x 0
     set y 0
-    set testname "Watch buffer passed to read syscall"
+    set testname "watch buffer passed to read syscall"
     if [runto marker2] then {
        gdb_test "watch buf\[0\]" ".*\[Ww\]atchpoint \[0-9\]*: buf\\\[0\\\]"
        gdb_test "watch buf\[1\]" ".*\[Ww\]atchpoint \[0-9\]*: buf\\\[1\\\]"
This page took 0.046062 seconds and 4 git commands to generate.