Ed Tanous | 01250f2 | 2017-04-18 17:49:51 -0700 | [diff] [blame] | 1 | #include <string> |
Ed Tanous | 9140a67 | 2017-04-24 17:01:32 -0700 | [diff] [blame] | 2 | #include "gtest/gtest.h" |
Ed Tanous | 01250f2 | 2017-04-18 17:49:51 -0700 | [diff] [blame] | 3 | |
4 | TEST(MemorySanitizer, TestIsWorking) { | ||||
5 | std::string foo("foo"); | ||||
6 | EXPECT_STREQ("foo", foo.c_str()); | ||||
7 | } |