Skip to content

Commit 19d921f

Browse files
Remove HAVE_ADIOS2_2_9 macro check (#1767)
macro has internally been removed
1 parent 644a61a commit 19d921f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Files_Core/automatic_variable_encoding.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
#include "CoreTests.hpp"
2-
#include <openPMD/IO/ADIOS/macros.hpp>
32

43
#include <catch2/catch.hpp>
54

65
namespace automatic_variable_encoding
76
{
87
auto automatic_variable_encoding() -> void
98
{
10-
#if openPMD_HAVE_ADIOS2 && openPMD_HAS_ADIOS_2_9
9+
#if openPMD_HAVE_ADIOS2
1110
using namespace openPMD;
1211

1312
size_t filename_counter = 0;

0 commit comments

Comments
 (0)