diff options
| author | Eli Schwartz <eschwartz@archlinux.org> | 2023-04-09 19:04:47 -0400 |
|---|---|---|
| committer | Xavier Claessens <xclaesse@gmail.com> | 2023-10-20 18:07:05 -0400 |
| commit | ae7a9b0f4430a055ac419c6f1157cbd0e6eed45c (patch) | |
| tree | 9b283731ec7e4cb437bedd612b0daeb91e474ac4 /test cases/cmake/26 dependency fallback/subprojects/cmMod/cmMod.cpp | |
| parent | 34ac2e4af6e5b4c86e8fcfef86042621d55dd141 (diff) | |
| download | meson-ae7a9b0f4430a055ac419c6f1157cbd0e6eed45c.tar.gz | |
fix the repr for OrderedSet to actually execute correctly
Old:
```
OrderedSet("'foo'", "'bar'", "'baz'")
```
New:
```
OrderedSet(['foo', 'bar', 'baz'])
```
The old one looked nasty *and* was totally non-functional.
Diffstat (limited to 'test cases/cmake/26 dependency fallback/subprojects/cmMod/cmMod.cpp')
0 files changed, 0 insertions, 0 deletions
