Commit dd7bc7c8 authored by lynAzrael's avatar lynAzrael Committed by vipwzw

update master

parent df6ce9ce
...@@ -45,7 +45,7 @@ func TestCompiler(t *testing.T) { ...@@ -45,7 +45,7 @@ func TestCompiler(t *testing.T) {
contracts, err := CompileSolidityString("", testSource) contracts, err := CompileSolidityString("", testSource)
if err != nil { if err != nil {
t.Fatalf("error compiling source. result %v: %v", contracts, err) t.Fatalf("error compiling source. result is %v: %v", contracts, err)
} }
if len(contracts) != 1 { if len(contracts) != 1 {
t.Errorf("one contract expected, got %d", len(contracts)) t.Errorf("one contract expected, got %d", len(contracts))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment