mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
[PowerRename] Set RegEx engine default flags to 0 (#15865)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include "TestFileHelper.h"
|
||||
#include "Helpers.h"
|
||||
|
||||
#define DEFAULT_FLAGS MatchAllOccurences
|
||||
#define DEFAULT_FLAGS 0
|
||||
|
||||
using namespace Microsoft::VisualStudio::CppUnitTestFramework;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user