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

Unified Diff: tests/language/optimized_lists_test.dart

Issue 11316108: Correct file names for tests in tests/language. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: fixed status Created 8 years, 1 month 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 | « tests/language/optimized_lists.dart ('k') | tests/language/optimized_string_charcodeat.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/optimized_lists_test.dart
===================================================================
--- tests/language/optimized_lists_test.dart (revision 15158)
+++ tests/language/optimized_lists_test.dart (working copy)
@@ -25,5 +25,5 @@
Expect.equals(2, c[1]);
// Test elimination of array length computation.
var v = c[n];
- Expet equals(v, c[n]);
+ Expect.equals(v, c[n]);
}
« no previous file with comments | « tests/language/optimized_lists.dart ('k') | tests/language/optimized_string_charcodeat.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698