Include gtest headers as user headers instead of system headers.
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
// needed.
|
||||
|
||||
#include "sample2.h"
|
||||
#include <gtest/gtest.h>
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
// In this example, we test the MyString class (a simple string).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user