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

Unified Diff: tests/lib/i18n/bidi_format_test.dart

Issue 10703030: Get rid of BidiUtils as a class holding only static methods. I was reminded by (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 6 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/i18n/bidi_utils.dart ('k') | tests/lib/i18n/bidi_utils_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/i18n/bidi_format_test.dart
===================================================================
--- tests/lib/i18n/bidi_format_test.dart (revision 9206)
+++ tests/lib/i18n/bidi_format_test.dart (working copy)
@@ -12,11 +12,6 @@
* Tests the bidirectional text formatting library.
*/
main() {
- var LRM = BidiUtils.LRM;
- var RLM = BidiUtils.RLM;
- var LRE = BidiUtils.LRE;
- var RLE = BidiUtils.RLE;
- var PDF = BidiUtils.PDF;
var LTR = TextDirection.LTR;
var RTL = TextDirection.RTL;
var UNKNOWN = TextDirection.UNKNOWN;
« no previous file with comments | « lib/i18n/bidi_utils.dart ('k') | tests/lib/i18n/bidi_utils_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698