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

Unified Diff: runtime/bin/socket_fuchsia.h

Issue 2168193002: Fuchsia: Build standalone VM. Make it run "Hello, World!". (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address comments Created 4 years, 5 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
« no previous file with comments | « runtime/bin/socket.h ('k') | runtime/bin/socket_fuchsia.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/socket_fuchsia.h
diff --git a/tests/compiler/dart2js/serialization/analysis2_test.dart b/runtime/bin/socket_fuchsia.h
similarity index 53%
copy from tests/compiler/dart2js/serialization/analysis2_test.dart
copy to runtime/bin/socket_fuchsia.h
index b13a6a366532d50714c23712dc1c2e4b66fdd4e3..82f891681d0de52acb1c917f8b8e12b933480c23 100644
--- a/tests/compiler/dart2js/serialization/analysis2_test.dart
+++ b/runtime/bin/socket_fuchsia.h
@@ -2,11 +2,11 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library dart2js.serialization.analysis2_test;
+#ifndef BIN_SOCKET_FUCHSIA_H_
+#define BIN_SOCKET_FUCHSIA_H_
-import 'analysis_test_helper.dart' as test;
-import 'test_data.dart';
+#if !defined(BIN_SOCKET_H_)
+#error Do not include socket_fuchsia.h directly. Use socket.h.
+#endif
-main() {
- test.main(['${TESTS.length ~/ 2}']);
-}
+#endif // BIN_SOCKET_FUCHSIA_H_
« no previous file with comments | « runtime/bin/socket.h ('k') | runtime/bin/socket_fuchsia.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698