Index: tests/Cpp11Test.cpp |
diff --git a/tests/Cpp11Test.cpp b/tests/Cpp11Test.cpp |
deleted file mode 100644 |
index 627c4d4f6927853626652c1c238e1398478f527a..0000000000000000000000000000000000000000 |
--- a/tests/Cpp11Test.cpp |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-/* |
- * Copyright 2014 Google Inc. |
- * |
- * Use of this source code is governed by a BSD-style license that can be |
- * found in the LICENSE file. |
- */ |
- |
-#include "Test.h" |
- |
-DEF_TEST(Cpp11, r) { |
- auto square = [](int x){ return x*x; }; |
- |
- REPORTER_ASSERT(r, square(4) == 16); |
-} |