Skip to content

Commit

Permalink
fixes: pharo-project#6435 cleaning obvious references I stupidly ma
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed May 29, 2020
1 parent d906d54 commit d2973db
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/EnlumineurFormatter-Tests/EFBenchTest.class.st
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"
This class contains just some benchs.
"
Class {
#name : #EFBenchTest,
#superclass : #TestCase,
Expand Down Expand Up @@ -52,12 +55,6 @@ EFBenchTest >> longNestedMethodShort [
self value: [:b1 | b0 value: [:b2 | b1 value: [:b3 | b2 value: [:b4 | b3 value: [:b5 | b4 value: [:b6 | b5 value: [:b7 | b7 value: 2 ] ] ] ] ] ] ]
]

{ #category : #tests }
EFBenchTest >> testBasicBlueInk [

BIConfigurableFormatter format: (EFBenchTest >> #basicMethod) ast
]

{ #category : #tests }
EFBenchTest >> testBasicEF [
self skip.
Expand All @@ -66,12 +63,13 @@ EFBenchTest >> testBasicEF [

{ #category : #tests }
EFBenchTest >> testBasicEF2 [

self skip.
EFFormatter format: (EFBenchTest >> #basicMethod2) ast
]

{ #category : #tests }
EFBenchTest >> testEF [
self skip.
"
[ EFFormatter format: (EFBenchTest >> #longNestedMethodShort) ast ] bench '0.159 per second'
Expand Down

0 comments on commit d2973db

Please sign in to comment.