Skip to content

Commit

Permalink
Merge pull request #740 from Rinzwind/defer-stdebuggertest
Browse files Browse the repository at this point in the history
Change superclass of StDebuggerTest from TestCase to SpBaseTest
  • Loading branch information
jecisc authored Apr 15, 2024
2 parents b4cea87 + 92a04e6 commit 6a10296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NewTools-Debugger-Tests/StDebuggerTest.class.st
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Class {
#name : 'StDebuggerTest',
#superclass : 'TestCase',
#superclass : 'SpBaseTest',
#instVars : [
'session',
'debugger',
Expand Down

0 comments on commit 6a10296

Please sign in to comment.