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

Unified Diff: tests/compiler/dart2js/interceptor_test.dart

Issue 44033002: Update status file, and fix unit tests. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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 | « tests/co19/co19-dart2js.status ('k') | tests/compiler/dart2js/mock_compiler.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/interceptor_test.dart
===================================================================
--- tests/compiler/dart2js/interceptor_test.dart (revision 29238)
+++ tests/compiler/dart2js/interceptor_test.dart (working copy)
@@ -37,5 +37,5 @@
Expect.isFalse(generated.contains(r'a.get$length()'));
Expect.isTrue(generated.contains(new RegExp(r'[$A-Z]+\.A\$\(\)\.length')));
Expect.isTrue(
- generated.contains(new RegExp(r'[$A-Z]+\.get\$length\$a\(a\)')));
+ generated.contains(new RegExp(r'[$A-Z]+\.get\$length\$as\(a\)')));
floitsch 2013/10/25 11:57:02 I have to trust on this one. If you are not sure,
ngeoffray 2013/10/25 11:58:03 Because we instantiate the string class now, the i
floitsch 2013/10/25 12:20:39 ok. makes sense.
}
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/compiler/dart2js/mock_compiler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698