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

Unified Diff: lib/unittest/html_print.dart

Issue 10037027: unittest step2: bye bye to multiple entrypoints for unittest (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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
« no previous file with comments | « lib/unittest/html_config.dart ('k') | lib/unittest/shared.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « lib/unittest/html_config.dart ('k') | lib/unittest/shared.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698