Skip to content

Commit

Permalink
Merge pull request #49 from Gabriel-Trintinalia/move-test-modules
Browse files Browse the repository at this point in the history
Return modules to previous package
  • Loading branch information
Gabriel-Trintinalia authored Apr 26, 2023
2 parents b00e634 + 36212fc commit de17a66
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SPDX-License-Identifier: Apache-2.0
*/
package net.consensys.linea.zktracer.corset.module.alu.add;
package net.consensys.linea.zktracer.module.alu.add;

import java.util.ArrayList;
import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SPDX-License-Identifier: Apache-2.0
*/
package net.consensys.linea.zktracer.corset.module.alu.add;
package net.consensys.linea.zktracer.module.alu.add;

import static org.assertj.core.api.Assertions.assertThat;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SPDX-License-Identifier: Apache-2.0
*/
package net.consensys.linea.zktracer.corset.module.alu.ext;
package net.consensys.linea.zktracer.module.alu.ext;

import java.util.ArrayList;
import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SPDX-License-Identifier: Apache-2.0
*/
package net.consensys.linea.zktracer.corset.module.alu.mod;
package net.consensys.linea.zktracer.module.alu.mod;

import java.math.BigInteger;
import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SPDX-License-Identifier: Apache-2.0
*/
package net.consensys.linea.zktracer.corset.module.shf;
package net.consensys.linea.zktracer.module.shf;

import static org.assertj.core.api.AssertionsForClassTypes.assertThat;
import static org.mockito.Mockito.when;
Expand All @@ -28,7 +28,6 @@
import net.consensys.linea.zktracer.ZkTraceBuilder;
import net.consensys.linea.zktracer.ZkTracer;
import net.consensys.linea.zktracer.corset.CorsetValidator;
import net.consensys.linea.zktracer.module.shf.ShfTracer;
import org.apache.tuweni.bytes.Bytes;
import org.apache.tuweni.bytes.Bytes32;
import org.junit.jupiter.api.BeforeEach;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SPDX-License-Identifier: Apache-2.0
*/
package net.consensys.linea.zktracer.corset.module.wcp;
package net.consensys.linea.zktracer.module.wcp;

import static net.consensys.linea.zktracer.OpCode.SGT;
import static org.assertj.core.api.AssertionsForClassTypes.assertThat;
Expand Down

0 comments on commit de17a66

Please sign in to comment.