Commit 12d7205
authored
[lldb][test] Correctly skip a test on a 32-bit target (llvm#168631)
The test was added in llvm#147252. On a 32-bit target, it fails with error:
```
File "...\TestDataFormatterLibcxxInvalidString.py", line 23, in test
self.skip()
^^^^^^^^^
AttributeError: 'LibcxxInvalidStringDataFormatterTestCase' object has no attribute 'skip'
```1 parent e0c265d commit 12d7205
File tree
1 file changed
+1
-1
lines changed- lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/invalid-string
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments