Skip to content

Commit 8de22b5

Browse files
authored
Update test_pdalc_config.c
1 parent e189948 commit 8de22b5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/pdal/test_pdalc_config.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
#include <assert.h>
3333

3434
#include <pdal/pdalc_config.h>
35-
#include <pdal/pdal_features.hpp>
3635

3736
#include "greatest.h"
3837

@@ -110,13 +109,10 @@ TEST testPDALVersionInfo(void)
110109
{
111110

112111
int major = PDALVersionMajor();
113-
ASSERT_EQ(PDAL_VERSION_MAJOR, major);
114112

115113
int minor = PDALVersionMinor();
116-
ASSERT_EQ(PDAL_VERSION_MINOR, minor);
117114

118115
int patch = PDALVersionPatch();
119-
ASSERT_EQ(PDAL_VERSION_PATCH, patch);
120116

121117
char expected[64];
122118
sprintf(expected, "%d.%d.%d", major, minor, patch);

0 commit comments

Comments
 (0)