Skip to content

Commit 0bbc5f5

Browse files
committed
fix: formatting
1 parent 5abd241 commit 0bbc5f5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/string_view/TestDataFormatterStdStringView.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,7 @@ def cleanup():
9292
)
9393
self.expect_var_path("u16_string", type=u16string_view_name, summary='u"ß水氶"')
9494
self.expect_var_path("u16_empty", type=u16string_view_name, summary='u""')
95-
self.expect_var_path(
96-
"u32_string", type=u32string_view_name, summary='U"🍄🍅🍆🍌"'
97-
)
95+
self.expect_var_path("u32_string", type=u32string_view_name, summary='U"🍄🍅🍆🍌"')
9896
self.expect_var_path("u32_empty", type=u32string_view_name, summary='U""')
9997

10098
# GetSummary returns None so can't be checked by expect_var_path, so we
@@ -153,9 +151,7 @@ def cleanup():
153151
)
154152
self.expect_var_path("u16_string", type=u16string_view_name, summary='u"ß水氶"')
155153
self.expect_var_path("u16_empty", type=u16string_view_name, summary='u""')
156-
self.expect_var_path(
157-
"u32_string", type=u32string_view_name, summary='U"🍄🍅🍆🍌"'
158-
)
154+
self.expect_var_path("u32_string", type=u32string_view_name, summary='U"🍄🍅🍆🍌"')
159155
self.expect_var_path("u32_empty", type=u32string_view_name, summary='U""')
160156

161157
self.runCmd("cont")

0 commit comments

Comments
 (0)