Skip to content

Commit

Permalink
Fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
atamagaii committed Jan 28, 2025
1 parent 201d48b commit 41ae5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ def has_re2c() -> bool:
n.comment('Tests all build into ninja_test executable.')

# Test-specific version of cflags, must include the GoogleTest
# include directory.
# include directory.
test_cflags = cflags.copy()
test_cflags.append('-I' + os.path.join(gtest_src_dir, 'googletest', 'include'))

Expand Down

0 comments on commit 41ae5f4

Please sign in to comment.