Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
* SPDX-License-Identifier: Apache-2.0
*/

#ifndef DUMMY_CPP_PROJECT_INCLUDE_TEST_DUMMY_HPP_
#define DUMMY_CPP_PROJECT_INCLUDE_TEST_DUMMY_HPP_
#ifndef _GITHUB_DUMMY_CPP_PROJECT_INCLUDE_TEST_DUMMY_HPP_
#define _GITHUB_DUMMY_CPP_PROJECT_INCLUDE_TEST_DUMMY_HPP_

int return_forty_two();

bool return_true();

bool return_false();

#endif // DUMMY_CPP_PROJECT_INCLUDE_TEST_DUMMY_HPP_
#endif // _GITHUB_DUMMY_CPP_PROJECT_INCLUDE_TEST_DUMMY_HPP_
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/test-cpp-compatibility-check-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
with:
os: "linux"
compiler: "g++"
cmake_location: "./dummy_cpp_project/"
cmake_location: "./.github/dummy-cpp-project/"
Loading