Skip to content

Commit

Permalink
update trybuild stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Jan 17, 2024
1 parent 93843ae commit 75a6aba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/sol-types/tests/ui/features/not(json)/abigen.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ error: empty input is not allowed
3 | sol!(EmptyStr, "");
| ^^

error: failed to canonicalize path: No such file or directory (os error 2)
error: failed to canonicalize path "$WORKSPACE/target/tests/trybuild/alloy-sol-types/???": No such file or directory (os error 2)
--> tests/ui/features/not(json)/abigen.rs:5:24
|
5 | sol!(PathDoesNotExist, "???");
| ^^^^^

error: failed to canonicalize path: No such file or directory (os error 2)
error: failed to canonicalize path "$WORKSPACE/target/tests/trybuild/alloy-sol-types/pragma solidity ^0.8.0": No such file or directory (os error 2)
--> tests/ui/features/not(json)/abigen.rs:6:6
|
6 | sol!("pragma solidity ^0.8.0");
| ^^^^^^^^^^^^^^^^^^^^^^^^

error: failed to canonicalize path: No such file or directory (os error 2)
error: failed to canonicalize path "$WORKSPACE/target/tests/trybuild/alloy-sol-types/pragma solidity ^0.8.0;": No such file or directory (os error 2)
--> tests/ui/features/not(json)/abigen.rs:7:6
|
7 | sol!("pragma solidity ^0.8.0;");
Expand Down

0 comments on commit 75a6aba

Please sign in to comment.