From 880217a8d1b9ae0babafec4cfb313025e7f56641 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 24 Jan 2017 18:25:41 +0330 Subject: re-enabled the switch fixers --- mutator.cpp | 4 ++-- 1 file 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 -- cgit v1.2.3