aboutsummaryrefslogtreecommitdiffstats
path: root/vm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vm.cpp')
-rw-r--r--vm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm.cpp b/vm.cpp
index cf159943..d14ecff9 100644
--- a/vm.cpp
+++ b/vm.cpp
@@ -468,7 +468,7 @@ void doTests(json_spirit::mValue& v, bool _fillin)
BOOST_AUTO_TEST_CASE(vm_tests)
{
// Populate tests first:
- try
+/* try
{
cnote << "Populating VM tests...";
json_spirit::mValue v;
@@ -482,7 +482,7 @@ BOOST_AUTO_TEST_CASE(vm_tests)
{
BOOST_ERROR("Failed VM Test with Exception: " << e.what());
}
-
+*/
try
{
cnote << "Testing VM...";