-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1681ce4
commit 619998a
Showing
6 changed files
with
37 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
56 changes: 30 additions & 26 deletions
56
test/api_stability/3.0.2/0031-NOAPI-INCUDE-FIX-interleaved_bloom_filter_test.cpp.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,35 @@ | ||
From 00a5b43c388c12bc4abcbcf47220d76e2ae3e449 Mon Sep 17 00:00:00 2001 | ||
From: marehr <[email protected]> | ||
Date: Fri, 9 Oct 2020 13:43:51 +0200 | ||
Subject: [PATCH 31/31] [NOAPI] [INCUDE] [FIX] | ||
interleaved_bloom_filter_test.cpp | ||
From 00a5b43c388c12bc4abcbcf47220d76e2ae3e449 Mon Sep 17 00 : 00 : 00 2001 From : | ||
marehr<marehr - github @marehr.dialup.fu - berlin.de> | ||
Date : | ||
Fri, | ||
9 Oct 2020 13 : 43 : 51 | ||
+ 0200 Subject : | ||
[PATCH 31 / 31][NOAPI][INCUDE][FIX] interleaved_bloom_filter_test.cpp | ||
|
||
--- | ||
test/unit/search/dream_index/interleaved_bloom_filter_test.cpp | 3 ++- | ||
1 file changed, 2 insertions(+), 1 deletion(-) | ||
-- - test / unit / search / dream_index / interleaved_bloom_filter_test.cpp | ||
| 3 ++-1 file changed, | ||
2 insertions(+), | ||
1 deletion(-) | ||
|
||
diff --git a/test/unit/search/dream_index/interleaved_bloom_filter_test.cpp b/test/unit/search/dream_index/interleaved_bloom_filter_test.cpp | ||
index 0f2454fb9..c902c051e 100644 | ||
--- a/test/unit/search/dream_index/interleaved_bloom_filter_test.cpp | ||
+++ b/test/unit/search/dream_index/interleaved_bloom_filter_test.cpp | ||
@@ -7,6 +7,8 @@ | ||
diff-- git a | ||
/ test / unit / search / dream_index / interleaved_bloom_filter_test.cpp b / test / unit / search | ||
/ dream_index / interleaved_bloom_filter_test.cpp index 0f2454fb9..c902c051e 100644 -- -a / test / unit | ||
/ search / dream_index / interleaved_bloom_filter_test.cpp++ | ||
+ b / test / unit / search / dream_index / interleaved_bloom_filter_test.cpp @ @-7, | ||
6 + 7, | ||
8 @ @ | ||
|
||
#include <gtest/gtest.h> | ||
#include <gtest/gtest.h> | ||
|
||
+#include <ranges> | ||
+ | ||
#include <seqan3/search/dream_index/interleaved_bloom_filter.hpp> | ||
#include <seqan3/test/cereal.hpp> | ||
|
||
@@ -228,4 +230,3 @@ TYPED_TEST(interleaved_bloom_filter_test, serialisation) | ||
TypeParam ibf{TestFixture::make_ibf(seqan3::bin_count{73u}, seqan3::bin_size{1024u})}; | ||
seqan3::test::do_serialisation(ibf); | ||
} | ||
- | ||
-- | ||
2.31.1 | ||
+#include<ranges> | ||
+ | ||
#include <seqan3/search/dream_index/interleaved_bloom_filter.hpp> | ||
#include <seqan3/test/cereal.hpp> | ||
|
||
@ @-228, | ||
4 + 230, | ||
3 @ @TYPED_TEST(interleaved_bloom_filter_test, serialisation) TypeParam ibf{ | ||
TestFixture::make_ibf(seqan3::bin_count{73u}, seqan3::bin_size{1024u})}; | ||
seqan3::test::do_serialisation(ibf); | ||
} | ||
- --2.31.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters