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

Unified Diff: runtime/tests/vm/dart/hello_fuchsia_test.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: 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/platform/utils_fuchsia.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/tests/vm/dart/hello_fuchsia_test.dart
diff --git a/tests/html/js_type_test_js.js b/runtime/tests/vm/dart/hello_fuchsia_test.dart
similarity index 84%
copy from tests/html/js_type_test_js.js
copy to runtime/tests/vm/dart/hello_fuchsia_test.dart
index 1f12f38ea0c64c22aa929bc33a976c51a80208ea..501ffe759fecb0e616b46588a6148b28963ac47a 100644
--- a/tests/html/js_type_test_js.js
+++ b/runtime/tests/vm/dart/hello_fuchsia_test.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!");
+}
« no previous file with comments | « runtime/platform/utils_fuchsia.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698