summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.dwarf2/imported-unit.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/imported-unit.exp')
-rw-r--r--gdb/testsuite/gdb.dwarf2/imported-unit.exp9
1 files changed, 4 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/imported-unit.exp b/gdb/testsuite/gdb.dwarf2/imported-unit.exp
index 2bd72a60f40..efce3a03a2e 100644
--- a/gdb/testsuite/gdb.dwarf2/imported-unit.exp
+++ b/gdb/testsuite/gdb.dwarf2/imported-unit.exp
@@ -136,15 +136,14 @@ gdb_test_no_output "set language c++"
set psymtabs_p [psymtabs_p]
-# Verify that the partial symtab for the unit importing the partial unit does
-# not contain the static partial symbol int, which is defined in the partial
-# unit. Test-case for PR25646.
+# Verify that the partial symtab for CU "<artificial>" does
+# not contain the static partial symbol int, which is defined in the
+# CU "imported_unit.c". Test-case for PR25646.
set test "no static partial symbols in importing unit"
if { $psymtabs_p } {
gdb_test "main print psymbols" \
[multi_line \
- " Depends on 1 other partial symtabs\." \
- "\[^\r\n\]*" \
+ " Depends on 0 other partial symtabs\." \
" Global partial symbols:" \
" `main', function, $hex" \
"" \