You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/string/TestDataFormatterStdString.py
+39-22Lines changed: 39 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -38,28 +38,8 @@ def cleanup():
38
38
39
39
ns=self.namespace
40
40
41
-
self.expect(
42
-
"frame variable",
43
-
substrs=[
44
-
'(%s::wstring) wempty = L""'%ns,
45
-
'(%s::wstring) s = L"hello world! מזל טוב!"'%ns,
46
-
'(%s::wstring) S = L"!!!!"'%ns,
47
-
"(const wchar_t *) mazeltov = 0x",
48
-
'L"מזל טוב"',
49
-
'(%s::string) empty = ""'%ns,
50
-
'(%s::string) q = "hello world"'%ns,
51
-
'(%s::string) Q = "quite a long std::strin with lots of info inside it"'
0 commit comments