Chromium Code Reviews

Unified Diff: lib/html_config.dart

Issue 979533002: pkg/unittest: fix imports (Closed) Base URL: https://github.com/dart-lang/unittest.git@master
Patch Set: rebase Created 5 years, 10 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
« no previous file with comments | « no previous file | lib/html_enhanced_config.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html_config.dart
diff --git a/lib/html_config.dart b/lib/html_config.dart
index 4b8a32f2e8b2b3a74018337b13bbe997b334b50b..6e52c2c89e17a5d3c0c6c8dc278ef044ed6fd750 100644
--- a/lib/html_config.dart
+++ b/lib/html_config.dart
@@ -5,7 +5,7 @@
@deprecated
library unittest.html_config;
-import 'src/simple_configuration.dart';
+import 'src/deprecated/simple_configuration.dart';
/// This is a stub class used to preserve compatibility with unittest 0.11.*.
///
« no previous file with comments | « no previous file | lib/html_enhanced_config.dart » ('j') | no next file with comments »

Powered by Google App Engine