aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/info_qt.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.base/info_qt.exp')
-rw-r--r--gdb/testsuite/gdb.base/info_qt.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/info_qt.exp b/gdb/testsuite/gdb.base/info_qt.exp
index 9b9292f..f023f0b 100644
--- a/gdb/testsuite/gdb.base/info_qt.exp
+++ b/gdb/testsuite/gdb.base/info_qt.exp
@@ -234,10 +234,10 @@ with_test_prefix "rest of args as single regexp" {
"single regexp"
gdb_test "info functions -t uvw abc def" \
- "All functions matching regular expression \\\"abc def\\\" with type matching regulation expression \\\"uvw\\\":" \
+ "All functions matching regular expression \\\"abc def\\\" with type matching regular expression \\\"uvw\\\":" \
"-t noquote single regexp"
gdb_test "info functions -t 'uvw xyz' abc def" \
- "All functions matching regular expression \\\"abc def\\\" with type matching regulation expression \\\"uvw xyz\\\":" \
+ "All functions matching regular expression \\\"abc def\\\" with type matching regular expression \\\"uvw xyz\\\":" \
"-t quote single regexp"
}