Skip to content

Commit

Permalink
Merge pull request #912 from PDAL/lasreadertest-lint
Browse files Browse the repository at this point in the history
lint - lasreadertest
  • Loading branch information
abellgithub committed May 12, 2015
2 parents 3a56acd + 5fa6e59 commit 053285c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/io/las/LasReaderTest.cpp
Expand Up @@ -408,5 +408,5 @@ TEST(LasReaderTest, LasHeaderIncorrentPointcount)
PointViewSet viewSet = reader.execute(table);
PointViewPtr view = *viewSet.begin();

EXPECT_EQ(1064, view->size());
EXPECT_EQ(1064u, view->size());
}

0 comments on commit 053285c

Please sign in to comment.