Skip to content

Commit

Permalink
Uncomment the 2GB max tests and see if that works on arm-ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmolenda committed Feb 1, 2024
1 parent 1395e58 commit 021a2b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lldb/unittests/Breakpoint/WatchpointAlgorithmsTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ TEST(WatchpointAlgorithmsTests, PowerOf2Watchpoints) {
address_byte_size);
}

#if 0
// clang-format off
std::vector<testcase> twogig_max = {
{
Expand Down Expand Up @@ -182,6 +181,5 @@ TEST(WatchpointAlgorithmsTests, PowerOf2Watchpoints) {
check_testcase(test, result, min_byte_size, max_byte_size,
address_byte_size);
}
#endif

}

0 comments on commit 021a2b4

Please sign in to comment.