Skip to content

Commit 0fea051

Browse files
author
Johan Brichau
committed
Fix wrappers
1 parent 7e1b559 commit 0fea051

File tree

2 files changed

+1
-1
lines changed
  • repository
    • Grease-Pharo100-Core.package/GRPharoPlatform.class/instance
    • Grease-Tests-Core.package/GRPlatformTest.class/instance

2 files changed

+1
-1
lines changed

repository/Grease-Pharo100-Core.package/GRPharoPlatform.class/instance/stackDepth.st

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
exceptions
22
stackDepth
3-
<ignoreForCoverage>
43
| depth current |
54
depth := 0.
65
current := thisContext.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
private
22
returnSender
3+
<ignoreForCoverage>
34
^ GRPlatform current thisContext sender

0 commit comments

Comments
 (0)