summaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-cpp.cpp2
-rw-r--r--tests/test-minicc.cpp2
2 files changed, 3 insertions, 1 deletions
diff --git a/tests/test-cpp.cpp b/tests/test-cpp.cpp
index 513a3a5..e5b2a1a 100644
--- a/tests/test-cpp.cpp
+++ b/tests/test-cpp.cpp
@@ -24,7 +24,7 @@ class CppTest: public ::testing::Test
{
protected:
CppTest() {
- debug = true;
+ //debug = true;
}
~CppTest() {
}
diff --git a/tests/test-minicc.cpp b/tests/test-minicc.cpp
index baf8b3f..4bb64c8 100644
--- a/tests/test-minicc.cpp
+++ b/tests/test-minicc.cpp
@@ -1,3 +1,5 @@
+// Main loop of test program
+
#include "gmock/gmock.h"
#include "gtest/gtest.h"