* NEWS: Update.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / completion.exp
index ccdc199e670ba754af92a09276491949bfe6f7ea..8b1facb1ab383374c9d7487a733a8d373ca338d4 100644 (file)
@@ -161,7 +161,7 @@ gdb_test_multiple "" "$test" {
     -re "^info t foo\\\x07$" {
        send_gdb "\n"
        gdb_test_multiple "" "$test" {
-           -re "Ambiguous info command \"t foo\": target, tasks, terminal, threads, tp, tracepoints, tvariables, types\\..*$gdb_prompt $" {
+           -re "Ambiguous info command \"t foo\": target, tasks, terminal, threads, tp, tracepoints, tvariables, (type-printers, )?types\\..*$gdb_prompt $" {
                pass "$test"
            }
        }
@@ -174,7 +174,7 @@ gdb_test_multiple "" "$test" {
     -re "^info t\\\x07$" {
        send_gdb "\n"
        gdb_test_multiple "" "$test" {
-           -re "Ambiguous info command \"t\": target, tasks, terminal, threads, tp, tracepoints, tvariables, types\\..*$gdb_prompt $" {
+           -re "Ambiguous info command \"t\": target, tasks, terminal, threads, tp, tracepoints, tvariables, (type-printers, )?types\\..*$gdb_prompt $" {
                pass "$test"
            }
        }
@@ -187,7 +187,7 @@ gdb_test_multiple "" "$test" {
     -re "^info t \\\x07$" {
        send_gdb "\n"
        gdb_test_multiple "" "$test" {
-           -re "Ambiguous info command \"t \": target, tasks, terminal, threads, tp, tracepoints, tvariables, types\\..*$gdb_prompt $" {
+           -re "Ambiguous info command \"t \": target, tasks, terminal, threads, tp, tracepoints, tvariables, (type-printers, )?types\\..*$gdb_prompt $" {
                pass "$test"
            }
        }
This page took 0.025836 seconds and 4 git commands to generate.