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

Unified Diff: test/worker/hello_world.dart

Issue 1884073003: Add bazel worker support to the dev compiler. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: code review updates Created 4 years, 8 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 | « test/command/hello.js.map ('k') | test/worker/worker_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/worker/hello_world.dart
diff --git a/test/codegen/language/failing_main.dart b/test/worker/hello_world.dart
similarity index 63%
copy from test/codegen/language/failing_main.dart
copy to test/worker/hello_world.dart
index 3b922772f8560f4b8395bd0661845c40c3bd0c54..7b2581a615804a9fc9fb54044c834b6fee7f7686 100644
--- a/test/codegen/language/failing_main.dart
+++ b/test/worker/hello_world.dart
@@ -1,7 +1,7 @@
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
+// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// 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.
main() {
- Expect.equals(true, false);
+ print('hello world!');
}
« no previous file with comments | « test/command/hello.js.map ('k') | test/worker/worker_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698