From fed56f33d562266726fa73df0d613c541eeb652c Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 15 Jan 2019 23:05:07 +0100 Subject: Type is not reserved anymore. --- test/libsolidity/SolidityParser.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'test/libsolidity/SolidityParser.cpp') diff --git a/test/libsolidity/SolidityParser.cpp b/test/libsolidity/SolidityParser.cpp index a33c6134..413a8c9c 100644 --- a/test/libsolidity/SolidityParser.cpp +++ b/test/libsolidity/SolidityParser.cpp @@ -539,7 +539,6 @@ BOOST_AUTO_TEST_CASE(keyword_is_reserved) "supports", "switch", "try", - "type", "typedef", "typeof", "unchecked" -- cgit v1.2.3