Index: lib/unittest/dom_config.dart |
diff --git a/lib/unittest/dom_config.dart b/lib/unittest/dom_config.dart |
index cd4311f9c746d9752d6ddfed24c6cf906eb91f5a..a5f2308ec26407dc7c238d1496eb9d91da667aa5 100644 |
--- a/lib/unittest/dom_config.dart |
+++ b/lib/unittest/dom_config.dart |
@@ -2,10 +2,10 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-/** Configuration for running tests in a browser using dart:dom. */ |
+/** Configuration for running tests in a browser using dart:dom_deprecated. */ |
#library('dom_config'); |
-#import('dart:dom'); |
+#import('dart:dom_deprecated'); |
#import('unittest.dart'); |
#source('html_print.dart'); |