From 3d7b0d691f8b5f86cd81bd56f2a40508832e9a0e Mon Sep 17 00:00:00 2001 From: bakaoh Date: Fri, 31 Aug 2018 09:52:33 +0700 Subject: Update test to correct source location for nameless parameters --- .../syntaxTests/structs/recursion/return_recursive_structs.sol | 2 +- .../syntaxTests/structs/recursion/return_recursive_structs2.sol | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test/libsolidity/syntaxTests/structs/recursion') diff --git a/test/libsolidity/syntaxTests/structs/recursion/return_recursive_structs.sol b/test/libsolidity/syntaxTests/structs/recursion/return_recursive_structs.sol index 89d1ddd9..c8f9185c 100644 --- a/test/libsolidity/syntaxTests/structs/recursion/return_recursive_structs.sol +++ b/test/libsolidity/syntaxTests/structs/recursion/return_recursive_structs.sol @@ -4,4 +4,4 @@ contract C { } } // ---- -// TypeError: (91-92): Internal or recursive type is not allowed for public or external functions. +// TypeError: (91-99): Internal or recursive type is not allowed for public or external functions. diff --git a/test/libsolidity/syntaxTests/structs/recursion/return_recursive_structs2.sol b/test/libsolidity/syntaxTests/structs/recursion/return_recursive_structs2.sol index 1c31e180..a8b7ac75 100644 --- a/test/libsolidity/syntaxTests/structs/recursion/return_recursive_structs2.sol +++ b/test/libsolidity/syntaxTests/structs/recursion/return_recursive_structs2.sol @@ -4,4 +4,4 @@ contract C { } } // ---- -// TypeError: (94-95): Internal or recursive type is not allowed for public or external functions. +// TypeError: (94-102): Internal or recursive type is not allowed for public or external functions. -- cgit v1.2.3