aboutsummaryrefslogtreecommitdiffstats
path: root/TestHelper.h
diff options
context:
space:
mode:
authorwinsvega <winsvega@mail.ru>2015-05-05 23:15:26 +0800
committerwinsvega <winsvega@mail.ru>2015-05-05 23:15:26 +0800
commitce40f285f301d70e125020b486b0e9ffdf82d349 (patch)
tree1e2c53f1575e11c482a95ddc5b9e09d12f1d43b7 /TestHelper.h
parentd2457abb98cbb28037387cb31da8874834a59e4d (diff)
downloaddexon-solidity-ce40f285f301d70e125020b486b0e9ffdf82d349.tar.gz
dexon-solidity-ce40f285f301d70e125020b486b0e9ffdf82d349.tar.zst
dexon-solidity-ce40f285f301d70e125020b486b0e9ffdf82d349.zip
Solidity: cryptographic ecrecover test
Diffstat (limited to 'TestHelper.h')
-rw-r--r--TestHelper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TestHelper.h b/TestHelper.h
index 6d234abe..02f509e4 100644
--- a/TestHelper.h
+++ b/TestHelper.h
@@ -188,8 +188,8 @@ public:
/// Test selection
/// @{
- bool singletest = false;
- std::string singletestName;
+ bool singleTest = false;
+ std::string singleTestName;
bool performance = false;
bool quadratic = false;
bool memory = false;