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

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

Issue 222203002: Update an out-of-date test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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/compiler/dart2js/dart_backend_test.dart
diff --git a/tests/compiler/dart2js/dart_backend_test.dart b/tests/compiler/dart2js/dart_backend_test.dart
index 9e525999842b5ace60f53d230463afe6feacb0c2..6f71990c1119be85ab2888362d098cd3ef940e72 100644
--- a/tests/compiler/dart2js/dart_backend_test.dart
+++ b/tests/compiler/dart2js/dart_backend_test.dart
@@ -387,7 +387,7 @@ main() {
'class A{foo(){}}'
'A_topfoo(){var x=5;}'
'class A_A{num foo(){}A_A.fromFoo(){}A myliba;List<A_A> mylist;}'
- 'A getA()=>null;'
+ 'A getA(){}'
'main(){var a=new A();a.foo();var b=new A_A.fromFoo();b.foo();'
'var GREATVAR=b.myliba;b.mylist;a=getA();A_topfoo();topfoo();}';
testDart2DartWithLibrary(mainSrc, librarySrc,
« 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