summaryrefslogtreecommitdiff
path: root/src/msan_test.cpp
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2017-04-25 03:01:32 +0300
committerEd Tanous <ed.tanous@intel.com>2017-04-25 03:01:32 +0300
commit9140a674ac06c3d40e78557b69cba8e5d2b6c72a (patch)
treece14759e7b3f82ab6bb3a2c82b06617620fb1d8b /src/msan_test.cpp
parent01250f2a144846b493cf5cf8f5311b1bf3fe6c19 (diff)
downloadbmcweb-9140a674ac06c3d40e78557b69cba8e5d2b6c72a.tar.xz
incremental
Diffstat (limited to 'src/msan_test.cpp')
-rw-r--r--src/msan_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msan_test.cpp b/src/msan_test.cpp
index 047d3cfa4a..9fcb9d530c 100644
--- a/src/msan_test.cpp
+++ b/src/msan_test.cpp
@@ -1,5 +1,5 @@
-#include "gtest/gtest.h"
#include <string>
+#include "gtest/gtest.h"
TEST(MemorySanitizer, TestIsWorking) {
std::string foo("foo");