Include gtest headers as user headers instead of system headers.
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
|
||||
#include <limits.h>
|
||||
#include "sample1.h"
|
||||
#include <gtest/gtest.h>
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
|
||||
// Step 2. Use the TEST macro to define your tests.
|
||||
|
||||
Reference in New Issue
Block a user