Skip to content

Commit

Permalink
revert some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mattonem committed Jul 14, 2023
1 parent 37e09be commit 1594aa4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Pharo/PharoJs-Base-Bridge-Tests/PjLoadingTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Class {
{ #category : #tests }
PjLoadingTest >> testEvalBlock [
PjLoadForTest reset.
self bridge loadClass: PjLoadForTest.
self bridge evalBlock: [ window js_at: #valueForEvalTest put: 42 ].
self
assert: (self bridge evalBlock: [ window js_at: #valueForEvalTest ])
Expand Down Expand Up @@ -48,8 +47,7 @@ PjLoadingTest >> testEvalBlock [

{ #category : #tests }
PjLoadingTest >> testLiteralGeneration [
PjLoadForTest reset.
self bridge loadClass: PjLoadForTest.

self assertEquivalent: [ PjLoadForTest literal ].
self assertEquivalent: [ PjLoadForTest new literal ]
]
Expand Down

0 comments on commit 1594aa4

Please sign in to comment.