Skip to content

Commit

Permalink
feat(objectionary#509): enable custom-transformations integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Mar 15, 2024
1 parent 219fa87 commit 350d137
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -244,14 +244,6 @@ SOFTWARE.
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
<configuration>
<pomExcludes>
<exclude>custom-transformations/pom.xml</exclude>
</pomExcludes>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
package org.eolang.spring;

public class SwitchInsideLoopCase {

public int example(byte x) {
for (int i = 0; i < 10; ++i) {
switch (x) {
Expand Down

0 comments on commit 350d137

Please sign in to comment.