Skip to content

Commit eaa3d5e

Browse files
committed
Done iterating with arm-ubuntu bot, I see the problem test.
Go back to the original form of this file before I add temp workaround.
1 parent b67ce7e commit eaa3d5e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/unittests/Breakpoint/WatchpointAlgorithmsTests.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ TEST(WatchpointAlgorithmsTests, PowerOf2Watchpoints) {
4343

4444
// clang-format off
4545
std::vector<testcase> doubleword_max = {
46-
#if 0
4746
{
4847
{0x7fffffffe83b, 1},
4948
{{0x7fffffffe83b, 1}}
@@ -52,7 +51,6 @@ TEST(WatchpointAlgorithmsTests, PowerOf2Watchpoints) {
5251
{0x7fffffffe838, 2},
5352
{{0x7fffffffe838, 2}}
5453
},
55-
#endif
5654
{
5755
{0x1012, 8},
5856
{{0x1010, 8}, {0x1018, 8}}

0 commit comments

Comments
 (0)