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):
857857 self .build ()
858858 exe = self .getBuildArtifact ("a.out" )
859859 target = self .createTestTarget (file_path = exe )
860-
860+
861861 # Ensure transcript saving is disabled (this is the default)
862862 self .runCmd ("settings set interpreter.save-transcript false" )
863-
863+
864864 # Request transcript in statistics dump and check for warning
865865 interpreter = self .dbg .GetCommandInterpreter ()
866866 res = lldb .SBCommandReturnObject ()
@@ -870,7 +870,7 @@ def test_transcript_warning_when_disabled(self):
870870 self .assertIn (
871871 "transcript requested but none was saved. Enable with "
872872 "'settings set interpreter.save-transcript true'" ,
873- res .GetError ()
873+ res .GetError (),
874874 )
875875
876876 def verify_stats (self , stats , expectation , options ):
You can’t perform that action at this time.
0 commit comments