Chromium Code Reviews

Unified Diff: sdk/lib/_internal/pub/test/transformer/prints_a_transform_error_in_apply_test.dart

Issue 25654006: Move the transformer tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: sdk/lib/_internal/pub/test/transformer/prints_a_transform_error_in_apply_test.dart
diff --git a/sdk/lib/_internal/pub/test/serve/prints_a_transform_error_in_apply_test.dart b/sdk/lib/_internal/pub/test/transformer/prints_a_transform_error_in_apply_test.dart
similarity index 97%
rename from sdk/lib/_internal/pub/test/serve/prints_a_transform_error_in_apply_test.dart
rename to sdk/lib/_internal/pub/test/transformer/prints_a_transform_error_in_apply_test.dart
index 2d90ee84f3e81cea28fadde6b270e840a5c35741..ac8f11295c3ecba2c10d95195fa669f56732cd6e 100644
--- a/sdk/lib/_internal/pub/test/serve/prints_a_transform_error_in_apply_test.dart
+++ b/sdk/lib/_internal/pub/test/transformer/prints_a_transform_error_in_apply_test.dart
@@ -8,7 +8,7 @@ import 'package:scheduled_test/scheduled_test.dart';
import '../descriptor.dart' as d;
import '../test_pub.dart';
-import 'utils.dart';
+import '../serve/utils.dart';
final transformer = """
import 'dart:async';

Powered by Google App Engine