Index: pkg/unittest/lib/interactive_html_config.dart |
diff --git a/pkg/unittest/lib/interactive_html_config.dart b/pkg/unittest/lib/interactive_html_config.dart |
index 16a69a0916acd3934bd5551219caf2d63f2c2878..baea6e1c6d63eb248fbef66d5d82e1cc97c97584 100644 |
--- a/pkg/unittest/lib/interactive_html_config.dart |
+++ b/pkg/unittest/lib/interactive_html_config.dart |
@@ -12,7 +12,7 @@ |
* Note: this unit test configuration will not work with the debugger (the tests |
* are executed in a separate IFrame). |
*/ |
-library unittest_interactive_html_config; |
+library unittest.interactive_html_config; |
// TODO(gram) - add options for: remove IFrame on done/keep |
// IFrame for failed tests/keep IFrame for all tests. |