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

Unified Diff: pkg/unittest/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
Index: pkg/unittest/html_config.dart
===================================================================
--- pkg/unittest/html_config.dart (revision 14114)
+++ pkg/unittest/html_config.dart (working copy)
@@ -5,7 +5,7 @@
/**
* A simple unit test library for running tests in a browser.
*/
-#library('unittest');
+#library('unittest_html_config');
Jennifer Messerly 2012/10/26 02:57:05 new library syntax?
gram 2012/10/26 22:26:27 Done.
#import('dart:html');
#import('unittest.dart');

Powered by Google App Engine
This is Rietveld 408576698