From 1ce40f4089bc2662430dbc66f71702c7e380e2b0 Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 4 Jun 2018 19:14:25 +0200 Subject: Move "create2_as_variable" back to non-isoltest tests. --- .../syntaxTests/nameAndTypeResolution/469_create2_as_variable.sol | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 test/libsolidity/syntaxTests/nameAndTypeResolution/469_create2_as_variable.sol (limited to 'test/libsolidity/syntaxTests') diff --git a/test/libsolidity/syntaxTests/nameAndTypeResolution/469_create2_as_variable.sol b/test/libsolidity/syntaxTests/nameAndTypeResolution/469_create2_as_variable.sol deleted file mode 100644 index 70db84a3..00000000 --- a/test/libsolidity/syntaxTests/nameAndTypeResolution/469_create2_as_variable.sol +++ /dev/null @@ -1,6 +0,0 @@ -contract c { function f() public { uint create2; assembly { create2(0, 0, 0, 0) } }} -// ---- -// Warning: (35-47): Variable is shadowed in inline assembly by an instruction of the same name -// Warning: (60-79): The "create2" instruction is not supported by the VM version "byzantium" you are currently compiling for. It will be interpreted as an invalid instruction on this VM. -// Warning: (60-79): Top-level expressions are not supposed to return values (this expression returns 1 value). Use ``pop()`` or assign them. -// DeclarationError: (58-81): Unbalanced stack at the end of a block: 1 surplus item(s). -- cgit v1.2.3