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

Unified Diff: dart/frog/leg/lib/mockimpl.dart

Issue 9395070: Triage Expect. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 10 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: dart/frog/leg/lib/mockimpl.dart
diff --git a/dart/frog/leg/lib/mockimpl.dart b/dart/frog/leg/lib/mockimpl.dart
index afcc4b9fd96dfdcac588bf5a352517a06eb43433..c1000c4e630eed9a636bea66a7a04e77ff72bb71 100644
--- a/dart/frog/leg/lib/mockimpl.dart
+++ b/dart/frog/leg/lib/mockimpl.dart
@@ -15,7 +15,7 @@ class JSSyntaxRegExp implements RegExp {
}
class StringBufferImpl {
- StringBufferImpl() {
+ StringBufferImpl([content]) {
throw 'StringBufferImpl is not implemented';
}
}

Powered by Google App Engine
This is Rietveld 408576698