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

Unified Diff: tests/compiler/dart2js/backend_dart/sexpr_test.dart

Issue 1018403002: Revert "Use an explicit 'this' parameter instead of 'This' nodes." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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
Index: tests/compiler/dart2js/backend_dart/sexpr_test.dart
diff --git a/tests/compiler/dart2js/backend_dart/sexpr_test.dart b/tests/compiler/dart2js/backend_dart/sexpr_test.dart
index a0f3dacd162a98e3cfbbf6b936eed2a4ce31c330..f1a9351d1a005c6572a34d69d1201b5c5fa0a1fb 100644
--- a/tests/compiler/dart2js/backend_dart/sexpr_test.dart
+++ b/tests/compiler/dart2js/backend_dart/sexpr_test.dart
@@ -160,10 +160,7 @@ void main() {
, "LiteralMap"
// Parameters are encoded by name only and hence are not in this list.
, "ReifyTypeVar"
-
- , "(this)" // 'this' Parameter declarations
- , "this" // 'this' Parameter uses
-
+ , "This"
];
asyncTest(() => testStringifier(CODE, tokens).then((List<String> sexprs) {

Powered by Google App Engine
This is Rietveld 408576698