Skip to content

Commit

Permalink
clean unused temp
Browse files Browse the repository at this point in the history
  • Loading branch information
dionisiydk committed May 2, 2020
1 parent cafb98c commit ff37b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kernel-Tests-Extended/ProcessTest.class.st
Expand Up @@ -463,7 +463,7 @@ ProcessTest >> testTerminateActive [
{ #category : #'tests - termination' }
ProcessTest >> testTerminationShouldProceedAllEnsureBlocksIfSomeWasFailed [

| ensureCalled process ensureFailure forkedFailures started unwindError |
| ensureCalled process ensureFailure started unwindError |
ensureFailure := Error new messageText: 'signalled inside ensure'.
ensureCalled := false.
started := false.
Expand Down

0 comments on commit ff37b6a

Please sign in to comment.