Skip to content

Commit

Permalink
fix: Failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbeard committed Aug 3, 2024
1 parent bfceb94 commit 9aeb5e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/histogram_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ auto should_print_histogram() -> void

sc::metrics::format_histogram(
std::cerr, histogram, "Frame-time Nanoseconds", "Test Histogram");

EXPECT(false);
}

auto main() -> int
Expand Down

0 comments on commit 9aeb5e6

Please sign in to comment.