Skip to content

Commit

Permalink
Merge pull request #595 from MarcusDenker/fix-testStackTablePackagesL…
Browse files Browse the repository at this point in the history
…abels

fix #testStackTablePackagesLabels: use correct DoIt selector
  • Loading branch information
jecisc authored Oct 4, 2023
2 parents 3153649 + 3166faa commit 128db22
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
Expand Up @@ -1007,7 +1007,7 @@ StDebuggerTest >> testStackTablePackagesLabels [
ctx := Context
sender: nil
receiver: nil
method: (Smalltalk compiler compile: 'doIt 1 + 1')
method: (Smalltalk compiler compile: 'DoIt 1 + 1')
arguments: #().
self assert: (packageColumn readObject: ctx) equals: '-'

Expand Down

0 comments on commit 128db22

Please sign in to comment.