Skip to content

Commit

Permalink
add Squeak 6.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrebs5 committed Oct 22, 2022
1 parent 9474527 commit 1ca04c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runCase: aTestCase
self storeException: ex for: aTestCase.
testCasePassed := false.
ex return: false]]
on: self class error
on: self class exError
do: [:ex |
errors add: aTestCase.
self storeException: ex for: aTestCase.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"initialize" : "je 3/1/2019 11:44",
"isExpired" : "je 3/1/2019 11:48",
"lineNumberOfException" : "SL 7/15/2017 20:10",
"runCase:" : "rhi 10/12/2017 12:42",
"runCase:" : "ek 10/22/2022 15:21",
"sourceRangeOfException" : "ck 9/19/2018 10:40",
"storeException:for:" : "PG 8/4/2017 16:34",
"testContext" : "rhi 10/12/2017 12:29",
Expand Down

0 comments on commit 1ca04c9

Please sign in to comment.