aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/functionTypes
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-05-09 19:15:27 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-05-09 20:08:25 +0800
commit305fc0626bbab7ac7c4f4f9511e2059abd84c9de (patch)
tree2d216495203bd9d646aa540e29d51552d3b4e612 /test/libsolidity/syntaxTests/functionTypes
parent02380113d417b298282c81bf35ddb596006ce77a (diff)
downloaddexon-solidity-305fc0626bbab7ac7c4f4f9511e2059abd84c9de.tar
dexon-solidity-305fc0626bbab7ac7c4f4f9511e2059abd84c9de.tar.gz
dexon-solidity-305fc0626bbab7ac7c4f4f9511e2059abd84c9de.tar.bz2
dexon-solidity-305fc0626bbab7ac7c4f4f9511e2059abd84c9de.tar.lz
dexon-solidity-305fc0626bbab7ac7c4f4f9511e2059abd84c9de.tar.xz
dexon-solidity-305fc0626bbab7ac7c4f4f9511e2059abd84c9de.tar.zst
dexon-solidity-305fc0626bbab7ac7c4f4f9511e2059abd84c9de.zip
Update test expectations.
Diffstat (limited to 'test/libsolidity/syntaxTests/functionTypes')
-rw-r--r--test/libsolidity/syntaxTests/functionTypes/function_type_constructor_local.sol2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libsolidity/syntaxTests/functionTypes/function_type_constructor_local.sol b/test/libsolidity/syntaxTests/functionTypes/function_type_constructor_local.sol
index 766b98b3..b89a3bb4 100644
--- a/test/libsolidity/syntaxTests/functionTypes/function_type_constructor_local.sol
+++ b/test/libsolidity/syntaxTests/functionTypes/function_type_constructor_local.sol
@@ -5,4 +5,4 @@ contract C {
}
}
// ----
-// ParserError: (118-118): Expected ';' but got identifier
+// ParserError: (118-119): Expected ';' but got identifier