aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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