Skip to content

Commit

Permalink
Ensure to use solc-rust with static linking
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgdorf committed Jan 20, 2021
1 parent bc724ab commit aef17f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions compiler/tests/fixtures/static_string.fe
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
contract Foo:

pub def return_static_foo() -> string43:
return "The quick brown fox jumps over the lazy dog"

0 comments on commit aef17f3

Please sign in to comment.