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

Unified Diff: tests/language/src/SuperCall3Test.dart

Issue 9972016: Remove bad semicolon in negative test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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/language/src/SuperCall3Test.dart
diff --git a/tests/language/src/SuperCall3Test.dart b/tests/language/src/SuperCall3Test.dart
index 9fb2634ab471b6c263973ac5122d649a8350196a..70e0d2ea7a3c1cc18230fbfb6ee76f846035c47c 100644
--- a/tests/language/src/SuperCall3Test.dart
+++ b/tests/language/src/SuperCall3Test.dart
@@ -6,7 +6,7 @@
class A {
A(
- this.x; /// 01: compile-time error
+ this.x /// 01: compile-time error
);
final foo = 499;
}
« 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