Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(202)

Unified Diff: mojo/public/c/tests/compile/pure_cpp.cc

Issue 2250183003: Make the fuchsia mojo/public repo the source of truth. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/public/c/tests/compile/pure_cpp.cc
diff --git a/mojo/public/c/tests/compile/pure_cpp.cc b/mojo/public/c/tests/compile/pure_cpp.cc
deleted file mode 100644
index b1c4d9012cf85bd301407ddf81de8efb3646db2a..0000000000000000000000000000000000000000
--- a/mojo/public/c/tests/compile/pure_cpp.cc
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// This file is used to ensure that our C headers can be compiled as C++ with
-// more stringent warnings, in particular with "-Wundef".
-
-// Include all the header files that are meant to be compilable as C.
-#include <mojo/environment/async_waiter.h>
-#include <mojo/environment/logger.h>
-#include <mojo/macros.h>
-#include <mojo/result.h>
-#include <mojo/system/buffer.h>
-#include <mojo/system/data_pipe.h>
-#include <mojo/system/handle.h>
-#include <mojo/system/main.h>
-#include <mojo/system/message_pipe.h>
-#include <mojo/system/time.h>
-#include <mojo/system/wait.h>
-#include <mojo/system/wait_set.h>
-
-// We don't actually want to test anything; we just want to make sure that this
-// file is compiled/linked in (this function is called from core_unittest.cc).
-const char* MinimalCppTest() {
- return nullptr;
-}
« no previous file with comments | « mojo/public/c/tests/compile/pure_c.c ('k') | mojo/public/c/tests/environment/async_waiter_perftest_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698