Python: Remove ptid from gdb.Record interface
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.python / py-record-btrace.exp
index 7752cac5b796aa8af818ccc7957e3846ba1d4d5c..ecc8bdf5081b067807dc044cbcff5575204d08fc 100644 (file)
@@ -59,7 +59,6 @@ with_test_prefix "preopened record btrace" {
 
 with_test_prefix "prepare record" {
     gdb_test_no_output "python r = gdb.start_recording(\"btrace\")"
-    gdb_test "python print(len(r.ptid))" "3"
     gdb_test "python print(r.method)" "btrace"
     gdb_test "python print(r.format)" "pt|bts"
     gdb_test "stepi 100" ".*"
This page took 0.024553 seconds and 4 git commands to generate.