Index: lib/unittest/html_print.dart |
diff --git a/lib/unittest/html_print.dart b/lib/unittest/html_print.dart |
index ea3a48b86fff462e14461ef5c3b5d3226c7fec58..89e2f5cbf35fd963fd5040870d6fb75f8329644c 100644 |
--- a/lib/unittest/html_print.dart |
+++ b/lib/unittest/html_print.dart |
@@ -2,6 +2,7 @@ |
// 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. |
+/** This file is sourced by both dom_config.dart and html_config.dart. */ |
/** Creates a table showing tests results in HTML. */ |
void _showResultsInPage(int testsPassed, int testsFailed, int testsErrors, |