Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-krivanek committed May 5, 2024
1 parent 527b88d commit b663999
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Collections-Strings-Tests/SymbolTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ SymbolTest >> subCollectionNotIn [
{ #category : 'tests' }
SymbolTest >> testAsAccessor [
self assert: #x: asAccessor equals: #x.
"return receiver if it is already a mutator"
self assert: #x asAccessor equals: #x.
self should: [ self assert: #x:: asAccessor ] raise: Error.
self should: [ self assert: #keyword:selector: asAccessor ] raise: Error.
Expand Down

0 comments on commit b663999

Please sign in to comment.