We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 512f60a commit 5b3c398Copy full SHA for 5b3c398
1 file changed
lib/cunit/cu_pc_patch.c
@@ -913,6 +913,7 @@ test_patch_range_compression_none_with_out_of_bounds_first()
913
test_patch_range_compression_none_with_bad_arguments(21, 1);
914
}
915
916
+#ifdef HAVE_LAZPERF
917
static void
918
test_patch_range_compression_lazperf()
919
{
@@ -947,6 +948,7 @@ test_patch_range_compression_lazperf()
947
948
pc_patch_free(pa);
949
pc_pointlist_free(pl);
950
951
+#endif /* HAVE_LAZPERF */
952
953
954
test_patch_range_compression_dimensional(enum DIMCOMPRESSIONS dimcomp)
0 commit comments