From 7fb43fe8542679fe91fef460d1a5d15fb8f83cca Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 16 May 2018 03:06:47 +0200 Subject: Move couple of parser tests to syntax tests. --- test/libsolidity/syntaxTests/parsing/empty_comment.sol | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/libsolidity/syntaxTests/parsing/empty_comment.sol (limited to 'test/libsolidity/syntaxTests/parsing/empty_comment.sol') diff --git a/test/libsolidity/syntaxTests/parsing/empty_comment.sol b/test/libsolidity/syntaxTests/parsing/empty_comment.sol new file mode 100644 index 00000000..b39c8483 --- /dev/null +++ b/test/libsolidity/syntaxTests/parsing/empty_comment.sol @@ -0,0 +1,3 @@ +// +contract test +{} -- cgit v1.2.3