Skip to content

Commit

Permalink
More of it
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-hughes-tiledb committed Jul 3, 2024
1 parent 0f8a70f commit 3d74fde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tiledb/api/c_api/attribute/test/unit_capi_attribute.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include "../../../c_api_test_support/testsupport_capi_context.h"
#include "../../../c_api_test_support/testsupport_capi_datatype.h"
#include "../../filter_list/filter_list_api_internal.h"
#include "../attribute_api_internal.h"
#include "../attribute_api_external.h"
using namespace tiledb::api::test_support;

TEST_CASE(
Expand Down
2 changes: 1 addition & 1 deletion tiledb/api/c_api/filter/test/unit_capi_filter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

#define CATCH_CONFIG_MAIN
#include <test/support/tdb_catch.h>
#include "../filter_api_internal.h"
#include "../filter_api_external.h"

TEST_CASE("C API: tiledb_filter_alloc argument validation", "[capi][filter]") {
tiledb_ctx_t* ctx;
Expand Down

0 comments on commit 3d74fde

Please sign in to comment.