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

Unified Diff: test/dart2js/source_maps_include_core_libs_test.dart

Issue 1215833002: Use the new test runner. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 5 years, 6 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: test/dart2js/source_maps_include_core_libs_test.dart
diff --git a/test/dart2js/source_maps_include_core_libs_test.dart b/test/dart2js/source_maps_include_core_libs_test.dart
index 6af59c6512c838a23102945b947cebd972d01fec..520824e486f536161d1c463c8b45d57cd6627583 100644
--- a/test/dart2js/source_maps_include_core_libs_test.dart
+++ b/test/dart2js/source_maps_include_core_libs_test.dart
@@ -8,8 +8,6 @@ import '../descriptor.dart' as d;
import '../test_pub.dart';
main() {
- initConfig();
-
// This test is a bit shaky. Since dart2js is free to inline things, it's
// not precise as to which source libraries will actually be referenced in
// the source map. But this tries to use a type in the core library

Powered by Google App Engine
This is Rietveld 408576698