Commit 61625343 authored by Juan C's avatar Juan C

Move `Counter.sol` to Kontrol folder

parent 4dc709a8
// SPDX-License-Identifier: UNLICENSED // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.13; pragma solidity ^0.8.13;
/* import {Test} from "forge-std/Test.sol"; */ import {Counter} from "./Counter.sol";
import {Counter} from "src/L1/Counter.sol";
contract CounterTest { contract CounterTest {
......
./test/kontrol/kontrol/run-kontrol.sh 2>&1 | tee test/kontrol/kontrol/log.out
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment