Skip to content

Commit

Permalink
remove RBTransformationRuleTestData1 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDenker committed Feb 25, 2021
1 parent fea61ed commit 8657cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReleaseTests/NoUnusedVariablesLeftTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ NoUnusedVariablesLeftTest >> testNoUnusedClassVariablesLeft [

classes := variables collect: [ :each | each definingClass ] as: Set.

validExceptions := #(OSKeySymbols FooSharedPool SDL2Constants AthensCairoDefinitions BalloonEngineConstants ShTestSharedPool RBLintRuleTestData RBDummyLintRuleTest MCMockClassF RBTransformationRuleTestData1 Unicode).
validExceptions := #(OSKeySymbols FooSharedPool SDL2Constants AthensCairoDefinitions BalloonEngineConstants ShTestSharedPool RBLintRuleTestData RBDummyLintRuleTest MCMockClassF Unicode).

remaining := classes asOrderedCollection reject: [ :each | validExceptions includes: each name].

Expand Down

0 comments on commit 8657cc5

Please sign in to comment.