Skip to content

Commit

Permalink
Fix another send of timeToRun: to use SmalltalkCI platformClass a…
Browse files Browse the repository at this point in the history
…s receiver instead of `SmalltalkCI`
  • Loading branch information
jbrichau committed Jan 14, 2024
1 parent 2aa687e commit cecaab5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ runCase: aTestCase
| result |
SmalltalkCI printDebug: aTestCase asString.
result := SCITestRunnerResult new testCase: aTestCase; yourself.
result time: (SmalltalkCI timeToRun: [
result time: (SmalltalkCI platformClass timeToRun: [
[ [ self basicRunCase: aTestCase ]
on: self class errorExceptions
do: [ :err |
Expand Down

0 comments on commit cecaab5

Please sign in to comment.