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

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

Issue 12047078: Fix unit test after namer change. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/pretty_parameter_test.dart
===================================================================
--- tests/compiler/dart2js/pretty_parameter_test.dart (revision 17533)
+++ tests/compiler/dart2js/pretty_parameter_test.dart (working copy)
@@ -72,7 +72,7 @@
Expect.isTrue(generated.contains(r"function(a, b) {"));
generated = compile(BAR, entry: 'bar');
- Expect.isTrue(generated.contains(r"function(eval$, $$eval) {"));
+ Expect.isTrue(generated.contains(r"function(eval, $$eval) {"));
generated = compile(PARAMETER_AND_TEMP, entry: 'bar');
Expect.isTrue(generated.contains(r"print(t00)"));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698