diff options
author | bloodstalker <thabogre@gmail.com> | 2017-01-24 14:55:41 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-01-24 14:55:41 +0000 |
commit | 880217a8d1b9ae0babafec4cfb313025e7f56641 (patch) | |
tree | 047745c75d9f1fea4594f2eda0c484134c45b3ad /mutator.cpp | |
parent | added a test plan document (diff) | |
download | mutator-880217a8d1b9ae0babafec4cfb313025e7f56641.tar.gz mutator-880217a8d1b9ae0babafec4cfb313025e7f56641.zip |
re-enabled the switch fixers
Diffstat (limited to '')
-rw-r--r-- | mutator.cpp | 4 |
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 |