Add library tag to number_format_test

Review URL: https://chromiumcodereview.appspot.com//10857038

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10848 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
alanknight@google.com 2012-08-16 17:38:53 +00:00
parent ab4f0f2b5e
commit 9927daed4b

View file

@ -4,6 +4,8 @@
* BSD-style license that can be found in the LICENSE file.
*/
#library('number_format_test');
#import('../../../pkg/unittest/unittest.dart');
#import('../number_format.dart');
#import('../intl.dart');