added test

Conflicts:
	test/libsolidity/SolidityEndToEndTest.cpp
This commit is contained in:
Liana Husikyan 2015-06-08 11:47:57 +02:00
parent b51ef4a357
commit e7aa5f079a

View File

@ -253,7 +253,6 @@ namespace solidity
K(UInt240, "uint240", 0) \
K(UInt248, "uint248", 0) \
K(UInt256, "uint256", 0) \
K(Bytes0, "bytes0", 0) \
K(Bytes1, "bytes1", 0) \
K(Bytes2, "bytes2", 0) \
K(Bytes3, "bytes3", 0) \
@ -305,8 +304,10 @@ namespace solidity
\
/* Identifiers (not keywords or future reserved words). */ \
T(Identifier, NULL, 0) \
/* Bytes0 token is used for empty string. */ \
T(Bytes0, NULL, 0) \
\
/* Keywords reserved for future. use*/ \
/* Keywords reserved for future. use. */ \
K(As, "as", 0) \
K(Case, "case", 0) \
K(Catch, "catch", 0) \