Skip to content

Commit 98655b7

Browse files
author
Durieux Pol
committed
fix utilities tests
1 parent e14cffd commit 98655b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/MuTalk-Utilities-Tests/MTMatrixTest.class.st

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ MTMatrixTest >> setUp [
1818
matrix := MTMatrix forClasses: { MTAuxiliarClassForMatrix }.
1919
matrix setUpAnalysis.
2020
matrix analysis
21-
operators: MTAbstractMutantOperator contents;
21+
operators:
22+
(MTParseRewriterMutantOperator allConcreteSubclasses collect: [
23+
:operator | operator new ]);
2224
budget: MTFreeBudget new.
2325
matrix build.
2426
self setUpVariablesForTest

0 commit comments

Comments
 (0)