commit | 9140a674ac06c3d40e78557b69cba8e5d2b6c72a | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed.tanous@intel.com> | Mon Apr 24 17:01:32 2017 -0700 |
committer | Ed Tanous <ed.tanous@intel.com> | Mon Apr 24 17:01:32 2017 -0700 |
tree | ce14759e7b3f82ab6bb3a2c82b06617620fb1d8b | |
parent | 01250f2a144846b493cf5cf8f5311b1bf3fe6c19 [diff] [blame] |
incremental
diff --git a/src/msan_test.cpp b/src/msan_test.cpp index 047d3cf..9fcb9d5 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");