commit | 27c6f1271bacc44552f612ce8a801d725dabb6cf | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Wed Feb 12 20:43:38 2025 -0700 |
committer | Tom Tromey <tom@tromey.com> | Thu Feb 13 14:43:56 2025 -0700 |
tree | 43cf2423fc69277dd355f74220d2d203fd9bf44f | |
parent | aeb6452a5dc93d928d7cb7bcc61a3f3c334e9550 [diff] |
Remove assumption from py-symbol.exp The current py-symbol.exp test makes an assumption about which symbol will be returned first. I don't think gdb should really make promises about the order in which the symbols are listed, though, and a series I am working on changes this behavior. This patch changes the test to merely ensure that both symbols are returned. Approved-By: Simon Marchi <simon.marchi@efficios.com>