File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lldb/test/API/commands/statistics/basic Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -857,10 +857,10 @@ def test_transcript_warning_when_disabled(self):
857
857
self .build ()
858
858
exe = self .getBuildArtifact ("a.out" )
859
859
target = self .createTestTarget (file_path = exe )
860
-
860
+
861
861
# Ensure transcript saving is disabled (this is the default)
862
862
self .runCmd ("settings set interpreter.save-transcript false" )
863
-
863
+
864
864
# Request transcript in statistics dump and check for warning
865
865
interpreter = self .dbg .GetCommandInterpreter ()
866
866
res = lldb .SBCommandReturnObject ()
@@ -870,7 +870,7 @@ def test_transcript_warning_when_disabled(self):
870
870
self .assertIn (
871
871
"transcript requested but none was saved. Enable with "
872
872
"'settings set interpreter.save-transcript true'" ,
873
- res .GetError ()
873
+ res .GetError (),
874
874
)
875
875
876
876
def verify_stats (self , stats , expectation , options ):
You can’t perform that action at this time.
0 commit comments