mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-28 01:01:53 +03:00
fix failing test
This commit is contained in:
parent
c351c300a2
commit
b7e5cd13df
@ -5,5 +5,5 @@ circuit Foo {
|
||||
}
|
||||
|
||||
function main() {
|
||||
let err = Foo::echo(1u32); // Correct, echo is a static function and must be accessed using `::`
|
||||
let err = Foo.echo(1u32); // Invalid, echo is a static function and must be accessed using `::`
|
||||
}
|
Loading…
Reference in New Issue
Block a user