aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-01-24 14:55:41 +0000
committerbloodstalker <thabogre@gmail.com>2017-01-24 14:55:41 +0000
commit880217a8d1b9ae0babafec4cfb313025e7f56641 (patch)
tree047745c75d9f1fea4594f2eda0c484134c45b3ad
parentadded a test plan document (diff)
downloadmutator-880217a8d1b9ae0babafec4cfb313025e7f56641.tar.gz
mutator-880217a8d1b9ae0babafec4cfb313025e7f56641.zip
re-enabled the switch fixers
-rw-r--r--mutator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/mutator.cpp b/mutator.cpp
index a1c4bb7..dafb94a 100644
--- a/mutator.cpp
+++ b/mutator.cpp
@@ -401,7 +401,7 @@ public:
Rewriter::RewriteOptions opts;
int RangeSize [[maybe_unused]] = Rewrite.getRangeSize(SR, opts);
-#if 0
+#if 1
Rewrite.InsertText(SBSL, "{\n", "true", "true");
Rewrite.InsertTextAfterToken(SL.getLocWithOffset(RangeSize), "\n}");
#endif
@@ -443,7 +443,7 @@ public:
Rewriter::RewriteOptions opts;
int RangeSize [[maybe_unused]] = Rewrite.getRangeSize(SR, opts);
-#if 0
+#if 1
Rewrite.InsertText(CSL, "{\n", "true", "true");
Rewrite.InsertTextAfterToken(SL.getLocWithOffset(RangeSize), "\n}");
#endif