aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionFramework.h
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2016-11-30 21:00:51 +0800
committerchriseth <c@ethdev.com>2016-12-01 23:03:59 +0800
commitf869792eec99a38ff5c29b36622e2795fd3c52aa (patch)
tree84e90cab374f37f868943344d393c219e1bb26b9 /test/ExecutionFramework.h
parentea7a6520b283f5dfc47c05d8b8088608d2b5f4f9 (diff)
downloaddexon-solidity-f869792eec99a38ff5c29b36622e2795fd3c52aa.tar
dexon-solidity-f869792eec99a38ff5c29b36622e2795fd3c52aa.tar.gz
dexon-solidity-f869792eec99a38ff5c29b36622e2795fd3c52aa.tar.bz2
dexon-solidity-f869792eec99a38ff5c29b36622e2795fd3c52aa.tar.lz
dexon-solidity-f869792eec99a38ff5c29b36622e2795fd3c52aa.tar.xz
dexon-solidity-f869792eec99a38ff5c29b36622e2795fd3c52aa.tar.zst
dexon-solidity-f869792eec99a38ff5c29b36622e2795fd3c52aa.zip
Fix type of optimizeRuns
Diffstat (limited to 'test/ExecutionFramework.h')
-rw-r--r--test/ExecutionFramework.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionFramework.h b/test/ExecutionFramework.h
index 1274d400..f47f2743 100644
--- a/test/ExecutionFramework.h
+++ b/test/ExecutionFramework.h
@@ -279,7 +279,7 @@ protected:
bytes data;
};
- size_t m_optimizeRuns = 200;
+ unsigned m_optimizeRuns = 200;
bool m_optimize = false;
Address m_sender;
Address m_contractAddress;