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

Unified Diff: tests/fletch_tests/file_with_compile_time_error.dart

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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 | « tests/fletch_tests/all_tests.dart ('k') | tests/fletch_tests/fletch_test_suite.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/fletch_tests/file_with_compile_time_error.dart
diff --git a/tests/fletch_tests/file_with_compile_time_error.dart b/tests/fletch_tests/file_with_compile_time_error.dart
deleted file mode 100644
index e7b390c9f3625c45d6763829f00bfc77308e3e2b..0000000000000000000000000000000000000000
--- a/tests/fletch_tests/file_with_compile_time_error.dart
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright (c) 2015, the Dartino 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.md file.
-
-/// This file contains a compile-time error and wouldn't be able to analyze
-/// without error. So it is put into a separate file that dart2js doesn't see.
-library fletch_tests.file_with_compile_time_error;
-
-import 'dart:isolate' show
- SendPort;
-
-import 'zone_helper_tests.dart' show
- testCompileTimeErrorHelper;
-
-methodWithCompileTimeError() {
- new new();
-}
-
-main(List<String> arguments, SendPort port) {
- testCompileTimeErrorHelper(port, methodWithCompileTimeError);
-}
« no previous file with comments | « tests/fletch_tests/all_tests.dart ('k') | tests/fletch_tests/fletch_test_suite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698