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

Unified Diff: tests/compiler/dart2js/dummy_compiler_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
« no previous file with comments | « tests/compiler/dart2js/analyze_only_test.dart ('k') | tests/compiler/dart2js/recursive_import_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/dummy_compiler_test.dart
diff --git a/tests/utils/dummy_compiler_test.dart b/tests/compiler/dart2js/dummy_compiler_test.dart
similarity index 95%
rename from tests/utils/dummy_compiler_test.dart
rename to tests/compiler/dart2js/dummy_compiler_test.dart
index 1252af5e43fe58805b85521da9f107aeefc2a5ec..4078f9a673a0fbe2e3c9279b4b18fd5b60a6d093 100644
--- a/tests/utils/dummy_compiler_test.dart
+++ b/tests/compiler/dart2js/dummy_compiler_test.dart
@@ -6,11 +6,11 @@
library dummy_compiler;
import 'dart:async';
-import "package:async_helper/async_helper.dart";
+import 'package:async_helper/async_helper.dart';
import 'package:compiler/compiler.dart';
-import '../compiler/dart2js/mock_libraries.dart';
+import 'mock_libraries.dart';
String libProvider(Uri uri) {
if (uri.path.endsWith(".platform")) {
« no previous file with comments | « tests/compiler/dart2js/analyze_only_test.dart ('k') | tests/compiler/dart2js/recursive_import_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698