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

Unified Diff: dart/tests/language/side_effect_throw_test.dart

Issue 10829416: Update language tests to new getter syntax. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 4 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 | « dart/tests/language/setter_no_getter_call_test.dart ('k') | dart/tests/language/skip_expression_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/language/side_effect_throw_test.dart
diff --git a/dart/tests/language/side_effect_throw_test.dart b/dart/tests/language/side_effect_throw_test.dart
index 9ae156628455dac7c37bfd165f5649706824575c..a1f82c3167bddb6aae56d893979f15cdb88882f8 100644
--- a/dart/tests/language/side_effect_throw_test.dart
+++ b/dart/tests/language/side_effect_throw_test.dart
@@ -11,7 +11,7 @@ class B {
}
class A {
- get _m() => new B();
+ get _m => new B();
opshl(n) {
// 'n' must be a number, but we are not allowed throw throw before we have
// evaluated _m << 499.
« no previous file with comments | « dart/tests/language/setter_no_getter_call_test.dart ('k') | dart/tests/language/skip_expression_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698