We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6031e commit 14994faCopy full SHA for 14994fa
rpc/api_test.go
@@ -35,7 +35,7 @@ func TestCompileSolidity(t *testing.T) {
35
if solc == nil {
36
t.Skip("no solc found: skip")
37
} else if solc.Version() != solcVersion {
38
- t.Logf("WARNING: solc different version found (%v, test written for %v, may need to update)", solc.Version(), solcVersion)
+ t.Skip("WARNING: skipping test because of solc different version (%v, test written for %v, may need to update)", solc.Version(), solcVersion)
39
}
40
source := `contract test {\n` +
41
" /// @notice Will multiply `a` by 7." + `\n` +
0 commit comments