Commit macro intended to be included in r353483.

llvm-svn: 353484
This commit is contained in:
Reid Kleckner 2019-02-07 23:57:21 +00:00
parent 2428224ffe
commit c795e62ece
1 changed files with 1 additions and 1 deletions

View File

@ -589,7 +589,7 @@ TEST(Interception, PatchableFunctionWithHotPatch) {
EXPECT_FALSE(TestFunctionPatching(kPatchableCode2, override, prefix));
EXPECT_FALSE(TestFunctionPatching(kPatchableCode3, override, prefix));
EXPECT_FALSE(TestFunctionPatching(kPatchableCode4, override, prefix));
#ifdef _WIN64
#if SANITIZER_WINDOWS64
EXPECT_TRUE(TestFunctionPatching(kPatchableCode6, override, prefix));
EXPECT_TRUE(TestFunctionPatching(kPatchableCode7, override, prefix));
EXPECT_TRUE(TestFunctionPatching(kPatchableCode8, override, prefix));