diff options
-rw-r--r-- | lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py b/lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py index e6dc376093c..bade12d9f3b 100644 --- a/lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py +++ b/lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py @@ -67,7 +67,7 @@ class CxxWCharTTestCase(TestBase): substrs = ['(int) foo_x.object = ']) # Check that we can run expressions that return wchar_t - self.expect("expression L'a'",substrs = ['(wchar_t) $',"61 L'a'"]) + self.expect("expression L'a'",substrs = ['(wchar_t) $',"L'a'"]) # Mazel Tov if this works! self.expect("frame variable mazeltov", |