File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Grease-Tests-Core.package/GRPlatformTest.class/instance
Grease-Tests-Pharo-Core.package/GRPharoPlatformTest.class/instance Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ testSourceCodeStringOf
55 sourceCodeString := GRPlatform current sourceCodeStringOf: GRPlatform >> #sourceCodeStringOf: .
66 self
77 assert: sourceCodeString
8- equals: ' sourceCodeStringOf: aCompiledMethod
8+ equals: (GRPlatform current convertToSmalltalkNewlines:
9+ ' sourceCodeStringOf: aCompiledMethod
910 "Return a String with the source code for a compiled method."
1011
11- self subclassResponsibility'
12+ self subclassResponsibility' )
Original file line number Diff line number Diff line change 1- * Grease - Tests - Pharo - Core
1+ tests
22testIsPharo
33 self assert: GRPlatform current isPharo.
44 self deny: GRPlatform current isGemStone.
You can’t perform that action at this time.
0 commit comments