Per-inferior/Inferior-qualified thread IDs
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.threads / thread-find.exp
index bd90c57f479b7feb4acefc28459ab4baf33dd928..6d885a732e8b539c67b311994ee71bbcd4e64fcf 100644 (file)
@@ -276,9 +276,9 @@ gdb_test_multiple "info threads 3-3" "info threads 3-3" {
 # Test bad input
 
 gdb_test "info thread foo" \
-    "Args must be numbers or '.' variables." \
+    "Invalid thread ID: foo" \
     "info thread foo"
 
 gdb_test "info thread foo -1" \
-    "Args must be numbers or '.' variables." \
+    "Invalid thread ID: foo -1" \
     "info thread foo -1"
This page took 0.039315 seconds and 4 git commands to generate.