Skip to content

Commit

Permalink
Issue hpi-swa#49: proposed bugfix for Pharo and Squeak
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Feb 5, 2016
1 parent d07ab40 commit ef5b7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SmalltalkCI-Core.st
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ classesToTest
spec testing
at: #exclude
ifPresent: [ :excludeDict |
classes removeAll: (self classesToTestFrom: excludeDict) ].
classes removeAllFoundIn: (self classesToTestFrom: excludeDict) ].

^ classes! !

Expand Down

0 comments on commit ef5b7d2

Please sign in to comment.