[PowerRename] Set RegEx engine default flags to 0 (#15865)

This commit is contained in:
Stefan Markovic
2022-02-02 17:46:22 +01:00
committed by GitHub
parent 567cc50fb7
commit ddf96e28b8
4 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
#include "TestFileHelper.h"
#include "Helpers.h"
#define DEFAULT_FLAGS MatchAllOccurences
#define DEFAULT_FLAGS 0
using namespace Microsoft::VisualStudio::CppUnitTestFramework;