Skip to content

Commit

Permalink
Remove unused fstream include
Browse files Browse the repository at this point in the history
  • Loading branch information
y-guyon committed Feb 4, 2025
1 parent f3255a3 commit c36fd6e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/gtest/avifpixitest.cc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Copyright 2025 Google LLC
// SPDX-License-Identifier: BSD-2-Clause

#include <fstream>

#include "avif/avif.h"
#include "aviftest_helpers.h"
#include "gtest/gtest.h"
Expand Down Expand Up @@ -74,7 +72,7 @@ TEST(AvifPixiTest, SameOutput) {
}
#endif // AVIF_ENABLE_EXPERIMENTAL_EXTENDED_PIXI

TEST(AvifPixiTest, ExtendedPixiWorksWithoutCMakeFlagOn) {
TEST(AvifPixiTest, ExtendedPixiWorksEvenWithoutCMakeFlagOn) {
const testutil::AvifRwData avif =
testutil::ReadFile(std::string(data_path) + "extended_pixi.avif");
ASSERT_NE(avif.size, 0u);
Expand Down

0 comments on commit c36fd6e

Please sign in to comment.