aboutsummaryrefslogtreecommitdiffstats
path: root/test/compilationTests/corion/schelling.sol
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-08-08 04:12:52 +0800
committerchriseth <chris@ethereum.org>2018-08-15 00:53:06 +0800
commitb30da8859a35065aafed3b2d9aeea5e0941e80c8 (patch)
tree236bfa1341501a4405530feab437caf192fb6c95 /test/compilationTests/corion/schelling.sol
parent13905a2094d454aa94259412a3cf20a5f8176fff (diff)
downloaddexon-solidity-b30da8859a35065aafed3b2d9aeea5e0941e80c8.tar
dexon-solidity-b30da8859a35065aafed3b2d9aeea5e0941e80c8.tar.gz
dexon-solidity-b30da8859a35065aafed3b2d9aeea5e0941e80c8.tar.bz2
dexon-solidity-b30da8859a35065aafed3b2d9aeea5e0941e80c8.tar.lz
dexon-solidity-b30da8859a35065aafed3b2d9aeea5e0941e80c8.tar.xz
dexon-solidity-b30da8859a35065aafed3b2d9aeea5e0941e80c8.tar.zst
dexon-solidity-b30da8859a35065aafed3b2d9aeea5e0941e80c8.zip
Update external tests.
Diffstat (limited to 'test/compilationTests/corion/schelling.sol')
-rw-r--r--test/compilationTests/corion/schelling.sol2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compilationTests/corion/schelling.sol b/test/compilationTests/corion/schelling.sol
index c4f3c02c..e9288332 100644
--- a/test/compilationTests/corion/schelling.sol
+++ b/test/compilationTests/corion/schelling.sol
@@ -310,7 +310,7 @@ contract schelling is module, announcementTypes, schellingVars {
setRound(currentRound, round);
}
- function sendVote(string vote) isReady noContract external {
+ function sendVote(string calldata vote) isReady noContract external {
/*
Check vote (Envelope opening)
Only the sent “envelopes” can be opened.