-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: update dependencies and licences in test/examples #49
Conversation
fuels-abigen-macro/tests/test_projects/call_empty_return/Forc.toml
Outdated
Show resolved
Hide resolved
Running Finished test [unoptimized + debuginfo] target(s) in 0.73s
Running tests/harness.rs (target/debug/deps/harness-0bb155516ec8d88f)
running 17 tests
test compile_bindings_b256_input ... ok
test compile_bindings_enum_input ... ok
test compile_bindings_from_inline_contract ... ok
test compile_bindings_array_input ... ok
test compile_bindings_bool_array_input ... ok
test compile_bindings_nested_struct_input ... ok
test compile_bindings_from_contract_file ... ok
test compile_bindings_byte_input ... ok
test compile_bindings_string_input ... ok
test compile_bindings_single_param ... ok
test create_nested_struct_from_decoded_tokens ... ok
test compile_bindings_struct_input ... ok
test create_struct_from_decoded_tokens ... ok
Compiled library "core".
Compiled library "core".
Compiled library "contract_test".
Compiled library "contract_test".
Compiled library "core".
Compiled library "core".
Compiled library "core".
Compiled library "core".
Compiled library "core".
Compiled library "core".
Compiled library "lib-std" with 2 warnings.
Compiled library "lib-std" with 2 warnings.
Compiled library "lib-std" with 2 warnings.
Compiled library "lib-std" with 2 warnings.
error: test failed, to rerun pass '-p fuels-abigen-macro --test harness' But running the remaining harness tests "by hand" gives no error. What should my next step be? |
- The `stdlib` code is changing a lot, so the program counter cannot be reliably estimated and should not be hard-coded.
Not sure what's up with your local environment, but running all the tests (using |
This closes #37 and #38.