Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit da415e6

Browse files
committedSep 8, 2023
Use <> style includes in tests
1 parent 21ef2c6 commit da415e6

File tree

73 files changed

+77
-77
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+77
-77
lines changed
 

‎test/include/MillisFake.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* INCLUDE
1010
**************************************************************************************/
1111

12-
#include "api/Common.h"
12+
#include <api/Common.h>
1313

1414
/**************************************************************************************
1515
* FUNCTION DECLARATION

‎test/include/PrintMock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#include <string>
1313

14-
#include "api/Print.h"
14+
#include <api/Print.h>
1515

1616
/**************************************************************************************
1717
* CLASS DECLARATION

0 commit comments

Comments
 (0)
Please sign in to comment.