summaryrefslogtreecommitdiffhomepage
path: root/tests/test-cpp.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-11-19 22:31:33 +0100
committerRoland Reichwein <mail@reichwein.it>2020-11-19 22:31:33 +0100
commit5c0611b998e039c8547cfa3841da3567e13446a8 (patch)
tree3f1dc0a8371996426f99d395ad3f0fa9be503ea5 /tests/test-cpp.cpp
parent1937e301b6cd185c8ce907b9184142e82e76fda4 (diff)
Add assembler parser (WIP)
Diffstat (limited to 'tests/test-cpp.cpp')
-rw-r--r--tests/test-cpp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-cpp.cpp b/tests/test-cpp.cpp
index 95d271d..2e1b29e 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() {
}