Commit 483e9ae
committed
[lldb][test] Run generic set formatter test-case on specified STL
Previously the parameter wasn't respected. So we would only run the test
with whatever stdlib the `Makefile.rules` deduced.
Confirmed that
```
lldb-dotest -p TestDataFormatterGenericSet.py --category libstdcxx
```
passes on my machine.1 parent dd495f1 commit 483e9ae
File tree
1 file changed
+1
-1
lines changed- lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/set
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
0 commit comments