Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud committed Jan 21, 2025
1 parent e97ea7a commit 63eaa1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci-unix-static-sanitized-memory.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Memory sanitizer needs to be in its own file because it is slower than other sanitizers.
name: CI Unix Static Sanitized Memory
on:
push:
Expand Down
1 change: 0 additions & 1 deletion tests/gtest/avifallocationtest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ TEST(EncodingTest, MaximumInvalidDimensions) {
}

#if defined(__clang__) && defined(__has_feature)
// has to be on a different line for Windows.
#if __has_feature(memory_sanitizer)
#define TEST_EXTREMES 0
#else
Expand Down

0 comments on commit 63eaa1d

Please sign in to comment.