Skip to content

Commit fdcb4f5

Browse files
WIP
1 parent 9497e4e commit fdcb4f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/github_actions_gtest_example.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "github_actions_gtest_example/github_actions_gtest_example.h"
1+
#include <github_actions_gtest_example/github_actions_gtest_example.h>
22

33
namespace githubActionsGtestExample {
44

src/info.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "github_actions_gtest_example/github_actions_gtest_example.h"
1+
#include <github_actions_gtest_example/github_actions_gtest_example.h>
22

33
#include <iostream>
44

test/github_actions_gtest_exampleTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "github_actions_gtest_example/github_actions_gtest_example.h"
1+
#include <github_actions_gtest_example/github_actions_gtest_example.h>
22
#include <gmock/gmock.h>
33
#include <gtest/gtest.h>
44

0 commit comments

Comments
 (0)