-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Description
When I run forge build, I get the error:
file cannot be resolved due to mismatch of file name case: "~/kernel/lib/forge-std/src/Console.sol": No such file or directory (os error 2)
Changing import {console} from "forge-std/Console.sol"; to lowercase import {console} from "forge-std/console.sol"; solves the above problem.
kernel/src/utils/KernelTestBase.sol
Line 21 in eaaac83
| import {console} from "forge-std/Console.sol"; |
Metadata
Metadata
Assignees
Labels
No labels