mirror of
https://github.com/google/googletest.git
synced 2025-11-13 16:25:00 -05:00
Include gtest headers as user headers instead of system headers.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
// This is a simple test file for the Widget class in the Widget.framework
|
||||
|
||||
#include <string>
|
||||
#include <gtest/gtest.h>
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#include <Widget/widget.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user