From 01250f2a144846b493cf5cf8f5311b1bf3fe6c19 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Tue, 18 Apr 2017 17:49:51 -0700 Subject: incremental --- src/msan_test.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/msan_test.cpp (limited to 'src/msan_test.cpp') diff --git a/src/msan_test.cpp b/src/msan_test.cpp new file mode 100644 index 0000000000..047d3cfa4a --- /dev/null +++ b/src/msan_test.cpp @@ -0,0 +1,7 @@ +#include "gtest/gtest.h" +#include + +TEST(MemorySanitizer, TestIsWorking) { + std::string foo("foo"); + EXPECT_STREQ("foo", foo.c_str()); +} -- cgit v1.2.3