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

Unified Diff: runtime/bin/hello_fuchsia.dart

Issue 2168193002: Fuchsia: Build standalone VM. Make it run "Hello, World!". (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Cleanup 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
Index: runtime/bin/hello_fuchsia.dart
diff --git a/tests/html/js_type_test_js.js b/runtime/bin/hello_fuchsia.dart
similarity index 84%
copy from tests/html/js_type_test_js.js
copy to runtime/bin/hello_fuchsia.dart
index 1f12f38ea0c64c22aa929bc33a976c51a80208ea..501ffe759fecb0e616b46588a6148b28963ac47a 100644
--- a/tests/html/js_type_test_js.js
+++ b/runtime/bin/hello_fuchsia.dart
@@ -2,4 +2,6 @@
// 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.
-function Foo() {}
+main() {
+ print("Hello, Fuchsia!");
Cutch 2016/07/21 20:24:51 Why is this file being committed?
zra 2016/07/22 17:47:20 This is temporary until there is a place in the Fu
+}

Powered by Google App Engine
This is Rietveld 408576698