We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fbda39 commit 40de26bCopy full SHA for 40de26b
lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/atomic/TestStdAtomic.py
@@ -65,11 +65,11 @@ def do_test(self):
65
@skipIf(compiler=["gcc"])
66
@add_test_categories(["libc++"])
67
def test_libcxx(self):
68
- self.build(dictionary={"USE_LIBCPP" : 1})
+ self.build(dictionary={"USE_LIBCPP": 1})
69
self.do_test()
70
71
72
@add_test_categories(["libstdcxx"])
73
def test_libstdcxx(self):
74
- self.build(dictionary={"USE_LIBSTDCPP" : 1})
+ self.build(dictionary={"USE_LIBSTDCPP": 1})
75
0 commit comments