Update tests following changes to "help" and "apropos"
[deliverable/binutils-gdb.git] / gdb / testsuite / lib / gdb-utils.exp
index a6567884426ac358e535a8130518f0fc845e70de..89767dc51c4ed350c6cce947b075db5c56aa3d16 100644 (file)
@@ -48,8 +48,10 @@ proc string_to_regexp {str} {
 
 proc style {str style} {
     switch -exact -- $style {
+       title { set style 1 }
        file { set style 32 }
        function { set style 33 }
+       highlight { set style 31 }
        variable { set style 36 }
        address { set style 34 }
     }
This page took 0.025194 seconds and 4 git commands to generate.