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

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

Issue 1132783002: Add Accessor, Getter, and Setter elements. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased Created 5 years, 7 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 | « pkg/compiler/lib/src/scanner/scannerlib.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/mock_compiler.dart
diff --git a/tests/compiler/dart2js/mock_compiler.dart b/tests/compiler/dart2js/mock_compiler.dart
index 978f924daa3a37acbf0b58c73b6e9a22489acc45..3eb6a81f52b592cb75791008ac5bdc1d198208eb 100644
--- a/tests/compiler/dart2js/mock_compiler.dart
+++ b/tests/compiler/dart2js/mock_compiler.dart
@@ -392,7 +392,7 @@ api.DiagnosticHandler createHandler(MockCompiler compiler, String text,
class MockElement extends FunctionElementX {
MockElement(Element enclosingElement)
: super('', ElementKind.FUNCTION, Modifiers.EMPTY,
- enclosingElement, false);
+ enclosingElement);
get node => null;
« no previous file with comments | « pkg/compiler/lib/src/scanner/scannerlib.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698