Skip to content

Commit

Permalink
Forgot that file in previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiker committed Jan 29, 2025
1 parent a0c135e commit ddf240a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/tools/test_linker.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def test_linker_gets_ldflags(mock_c_compiler):
def test_linker_check_available(mock_c_compiler):
'''Tests the is_available functionality.'''

# First test if a compiler is given. The linker will call the
# First test when a compiler is given. The linker will call the
# corresponding function in the compiler:
linker = Linker(mock_c_compiler)
with mock.patch('fab.tools.compiler.Compiler.get_version',
Expand Down

0 comments on commit ddf240a

Please sign in to comment.