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

Unified Diff: test/dart_codegen/types/d.dart

Issue 1148283010: Remove dart backend (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 7 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/dart_codegen/types/c.dart ('k') | test/runtime/dart_logging_runtime_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/dart_codegen/types/d.dart
diff --git a/test/dart_codegen/types/d.dart b/test/dart_codegen/types/d.dart
deleted file mode 100644
index 1333de0741dab5d1e5310c3cf0b3fb3b1ba9d3dd..0000000000000000000000000000000000000000
--- a/test/dart_codegen/types/d.dart
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright (c) 2015, 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.
-
-library d;
-
-import 'b.dart';
-
-void foo() {
- var x = f3(f4("""hello"""));
- var y = f1(f4);
- var z = f2(f3);
-}
« no previous file with comments | « test/dart_codegen/types/c.dart ('k') | test/runtime/dart_logging_runtime_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698