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

Unified Diff: pkg/unittest/interactive_html_config.dart

Issue 11275054: Modified unittest to use new argument syntax. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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 | « pkg/unittest/html_enhanced_config.dart ('k') | pkg/unittest/interfaces.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/unittest/interactive_html_config.dart
===================================================================
--- pkg/unittest/interactive_html_config.dart (revision 14156)
+++ pkg/unittest/interactive_html_config.dart (working copy)
@@ -9,7 +9,7 @@
* config that manages all the tests, and a 'child' config for the
* IFrame that runs the individual tests.
*/
-#library('interactive_config');
+#library('unittest_interactive_html_config');
Jennifer Messerly 2012/10/26 22:50:16 this could use the new syntax too. but totally fin
// TODO(gram) - add options for: remove IFrame on done/keep
// IFrame for failed tests/keep IFrame for all tests.
« no previous file with comments | « pkg/unittest/html_enhanced_config.dart ('k') | pkg/unittest/interfaces.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698