From fb458280d1b0b90156745202677dabbc74187697 Mon Sep 17 00:00:00 2001 From: Kushagra Sharma Date: Mon, 18 Mar 2019 12:29:26 +0000 Subject: Modified Abigen to Support Vyper (#19120) --- common/compiler/solidity_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common/compiler/solidity_test.go') diff --git a/common/compiler/solidity_test.go b/common/compiler/solidity_test.go index cb954b720..6be2bda52 100644 --- a/common/compiler/solidity_test.go +++ b/common/compiler/solidity_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 The go-ethereum Authors +// Copyright 2019 The go-ethereum Authors // This file is part of the go-ethereum library. // // The go-ethereum library is free software: you can redistribute it and/or modify @@ -39,7 +39,7 @@ func skipWithoutSolc(t *testing.T) { } } -func TestCompiler(t *testing.T) { +func TestSolidityCompiler(t *testing.T) { skipWithoutSolc(t) contracts, err := CompileSolidityString("", testSource) @@ -67,7 +67,7 @@ func TestCompiler(t *testing.T) { } } -func TestCompileError(t *testing.T) { +func TestSolidityCompileError(t *testing.T) { skipWithoutSolc(t) contracts, err := CompileSolidityString("", testSource[4:]) -- cgit v1.2.3