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

Unified Diff: sdk/lib/_internal/pub/test/dart2js/reports_dart_parse_errors_test.dart

Issue 221413007: Reorganize the dart2js transformer tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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: sdk/lib/_internal/pub/test/dart2js/reports_dart_parse_errors_test.dart
diff --git a/sdk/lib/_internal/pub/test/build/reports_dart_parse_errors_test.dart b/sdk/lib/_internal/pub/test/dart2js/reports_dart_parse_errors_test.dart
similarity index 99%
rename from sdk/lib/_internal/pub/test/build/reports_dart_parse_errors_test.dart
rename to sdk/lib/_internal/pub/test/dart2js/reports_dart_parse_errors_test.dart
index e899b415a149e0215951ce9f7748f5368b17b6b3..0821b8652b7ceee32bf71fbd11844dde8a29bfb3 100644
--- a/sdk/lib/_internal/pub/test/build/reports_dart_parse_errors_test.dart
+++ b/sdk/lib/_internal/pub/test/dart2js/reports_dart_parse_errors_test.dart
@@ -12,7 +12,6 @@ import '../test_pub.dart';
main() {
initConfig();
-
integration("reports Dart parse errors", () {
// Dart2js can take a long time to compile dart code, so we increase the
// timeout to cope with that.

Powered by Google App Engine
This is Rietveld 408576698