We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5faff60 commit b1bab7bCopy full SHA for b1bab7b
src/ReleaseTests/NoUnusedVariablesLeftTest.class.st
@@ -55,7 +55,7 @@ NoUnusedVariablesLeftTest >> testNoUnusedTemporaryVariablesLeft [
55
m hasTemporaries and: [m ast temporaries anySatisfy: [ :x | x binding isUsed not] ] ].
56
57
"No other exceptions beside the ones mentioned here should be allowed"
58
- validExceptions := { MFClassA>>#method. MFClassB>>#method3. MFClassB>>#method2 }.
+ validExceptions := { MFClassA>>#method. MFClassB>>#method3. MFClassB>>#method2. TemporaryVariableTest>>#testIsReferenced }.
59
found removeAll: validExceptions.
60
61
self assert: found isEmpty description: ('the following methods have unused temporary variables and should be cleaned: ', found asString)
0 commit comments