aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/structs
diff options
context:
space:
mode:
authorbakaoh <tatattai@gmail.com>2018-08-31 10:52:33 +0800
committerbakaoh <tatattai@gmail.com>2018-08-31 10:54:11 +0800
commit3d7b0d691f8b5f86cd81bd56f2a40508832e9a0e (patch)
tree5fd1fdfc0a0fda751436720a3ab45b45707ce223 /test/libsolidity/syntaxTests/structs
parentc458f5988bc4c5bcb61135b5eec217f1be7cd33c (diff)
downloaddexon-solidity-3d7b0d691f8b5f86cd81bd56f2a40508832e9a0e.tar
dexon-solidity-3d7b0d691f8b5f86cd81bd56f2a40508832e9a0e.tar.gz
dexon-solidity-3d7b0d691f8b5f86cd81bd56f2a40508832e9a0e.tar.bz2
dexon-solidity-3d7b0d691f8b5f86cd81bd56f2a40508832e9a0e.tar.lz
dexon-solidity-3d7b0d691f8b5f86cd81bd56f2a40508832e9a0e.tar.xz
dexon-solidity-3d7b0d691f8b5f86cd81bd56f2a40508832e9a0e.tar.zst
dexon-solidity-3d7b0d691f8b5f86cd81bd56f2a40508832e9a0e.zip
Update test to correct source location for nameless parameters
Diffstat (limited to 'test/libsolidity/syntaxTests/structs')
-rw-r--r--test/libsolidity/syntaxTests/structs/recursion/return_recursive_structs.sol2
-rw-r--r--test/libsolidity/syntaxTests/structs/recursion/return_recursive_structs2.sol2
2 files changed, 2 insertions, 2 deletions
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.