summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Molenda <jason@molenda.com>2024-01-31 22:58:19 -0800
committerJason Molenda <jason@molenda.com>2024-01-31 22:58:38 -0800
commit021a2b4ba254eb9e06fece5c18e5596cbb4896e6 (patch)
tree92e847a509b6c829bd363286d5738959b31f7a31
parent1395e582f334f3db354b6e999d86a8662819e890 (diff)
Uncomment the 2GB max tests and see if that works on arm-ubuntu
-rw-r--r--lldb/unittests/Breakpoint/WatchpointAlgorithmsTests.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/unittests/Breakpoint/WatchpointAlgorithmsTests.cpp b/lldb/unittests/Breakpoint/WatchpointAlgorithmsTests.cpp
index d93f0f1d03ee..bcef6d332c3f 100644
--- a/lldb/unittests/Breakpoint/WatchpointAlgorithmsTests.cpp
+++ b/lldb/unittests/Breakpoint/WatchpointAlgorithmsTests.cpp
@@ -123,7 +123,6 @@ TEST(WatchpointAlgorithmsTests, PowerOf2Watchpoints) {
address_byte_size);
}
-#if 0
// clang-format off
std::vector<testcase> twogig_max = {
{
@@ -182,6 +181,5 @@ TEST(WatchpointAlgorithmsTests, PowerOf2Watchpoints) {
check_testcase(test, result, min_byte_size, max_byte_size,
address_byte_size);
}
-#endif
}