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

Unified Diff: tests/language/enum_syntax_test.dart

Issue 858553002: Fix enum_syntax_test for dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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 | tests/language/language_dart2js.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/enum_syntax_test.dart
diff --git a/tests/language/enum_syntax_test.dart b/tests/language/enum_syntax_test.dart
index 669058063d40b43c3e0aa4b4683cae9952d9df2a..2ceef464a271dcd26006f2e6c724ffd3257b9a3d 100644
--- a/tests/language/enum_syntax_test.dart
+++ b/tests/language/enum_syntax_test.dart
@@ -52,6 +52,7 @@ class Rainbow implements Color {} /// 21: compile-time error
class Rainbow extends List with Color {} /// 22: compile-time error
main() {
+ Nada x; /// 01: continued
var x = ComeAgain.zipfel; /// 02: continued
var x = ComeAgain.zipfel; /// 03: continued
var x = ComeAgain.zipfel; /// 04: continued
« no previous file with comments | « no previous file | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698