aboutsummaryrefslogtreecommitdiffstats
path: root/vm.cpp
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-02-28 20:55:30 +0800
committerGav Wood <i@gavwood.com>2014-02-28 20:55:30 +0800
commita2f6a1747018942c540eaf382c87107febb006b4 (patch)
treeb04ee107e53a221f5749d6645eea4c3efe2ba929 /vm.cpp
parent857b9f9bf9345397a686fd5b35034e94cfde33e0 (diff)
downloaddexon-solidity-a2f6a1747018942c540eaf382c87107febb006b4.tar.gz
dexon-solidity-a2f6a1747018942c540eaf382c87107febb006b4.tar.zst
dexon-solidity-a2f6a1747018942c540eaf382c87107febb006b4.zip
Tests.
Diffstat (limited to 'vm.cpp')
-rw-r--r--vm.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/vm.cpp b/vm.cpp
index 1ba54d30..55299f90 100644
--- a/vm.cpp
+++ b/vm.cpp
@@ -343,7 +343,7 @@ public:
Transactions txs;
};
-#define CREATE_TESTS 1
+#define CREATE_TESTS 0
template <> class UnitTest<1>
{
@@ -446,6 +446,7 @@ public:
int vmTest()
{
+ cnote << "Testing VM...";
return UnitTest<1>()();
}