Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Sep 29, 2023
1 parent 9ad77f9 commit ec27a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def tearDown(self):
os.environ.update(self.old_env)

# https://github.com/conan-io/cmake-conan/pull/420
def test_conan_cmake_autodetect_cxx_os(self):
def test_conan_cmake_autodetect_os(self):
content = textwrap.dedent("""
cmake_minimum_required(VERSION 3.9)
project(FormatOutput CXX)
Expand Down

0 comments on commit ec27a70

Please sign in to comment.