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

Unified Diff: tests/compiler/dart2js/analyze_only_test.dart

Issue 2976313002: Delete old tests that aren't used and/or useful any more. (Closed)
Patch Set: Resurrect dummy_compiler_test and recursive_import_test. Created 3 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
Index: tests/compiler/dart2js/analyze_only_test.dart
diff --git a/tests/compiler/dart2js/analyze_only_test.dart b/tests/compiler/dart2js/analyze_only_test.dart
index 74683ca81e1bee76ca0a693ce03428c8471b61b1..f07e5b2fdcd4963e8fe253eb71013c0e52bc092c 100644
--- a/tests/compiler/dart2js/analyze_only_test.dart
+++ b/tests/compiler/dart2js/analyze_only_test.dart
@@ -5,18 +5,19 @@
// Smoke test of the dart2js compiler API.
library analyze_only;
-import "package:expect/expect.dart";
import 'dart:async';
-import "package:async_helper/async_helper.dart";
-import '../../utils/dummy_compiler_test.dart' as dummy;
+import 'package:async_helper/async_helper.dart';
+import 'package:expect/expect.dart';
+
import 'package:compiler/compiler_new.dart';
-import 'package:compiler/src/options.dart';
import 'package:compiler/src/commandline_options.dart';
import 'package:compiler/src/diagnostics/messages.dart'
show MessageKind, MessageTemplate;
import 'package:compiler/src/old_to_new_api.dart';
+import 'package:compiler/src/options.dart';
+import 'dummy_compiler_test.dart' as dummy;
import 'output_collector.dart';
runCompiler(String main, List<String> options,

Powered by Google App Engine
This is Rietveld 408576698