Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ testSourceCodeStringOf
sourceCodeString := GRPlatform current sourceCodeStringOf: GRPlatform >> #sourceCodeStringOf:.
self
assert: sourceCodeString
equals: 'sourceCodeStringOf: aCompiledMethod
equals: (GRPlatform current convertToSmalltalkNewlines:
'sourceCodeStringOf: aCompiledMethod
"Return a String with the source code for a compiled method."

self subclassResponsibility'
self subclassResponsibility')
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*Grease-Tests-Pharo-Core
tests
testIsPharo
self assert: GRPlatform current isPharo.
self deny: GRPlatform current isGemStone.
Expand Down
Loading