Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Apr 7, 2021
1 parent 1297dc1 commit 9328e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kernel-Tests/ProtoObjectTest.class.st
Expand Up @@ -203,7 +203,7 @@ ProtoObjectTest >> testNextObject [
self should: [42 nextObject notNil] raise: ShouldNotImplement.
self should: [$x nextObject notNil] raise: ShouldNotImplement.

"Boxed Floats are only available in 64 bits VMs"
"Small Floats are only available in 64 bits VMs"
Smalltalk vm hasSmallFloats
ifTrue: [self should: [3.14 nextObject notNil] raise: ShouldNotImplement].

Expand Down

0 comments on commit 9328e2a

Please sign in to comment.