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

Unified Diff: test/worker/hello_world.dart

Issue 1892553003: dont reuse the analysis context across worker requests (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: remove unused import 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 | « lib/src/compiler/command.dart ('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/worker/hello_world.dart b/test/worker/hello_world.dart
deleted file mode 100644
index 7b2581a615804a9fc9fb54044c834b6fee7f7686..0000000000000000000000000000000000000000
--- a/test/worker/hello_world.dart
+++ /dev/null
@@ -1,7 +0,0 @@
-// 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() {
- print('hello world!');
-}
« no previous file with comments | « lib/src/compiler/command.dart ('k') | test/worker/worker_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698