Fix dart2js_extra/23486_test

BUG=
R=floitsch@google.com

Review URL: https://codereview.chromium.org//1229253002.
This commit is contained in:
Johnni Winther 2015-07-10 11:40:37 +02:00
parent 2b1e0999c4
commit a07f023f48
2 changed files with 1 additions and 3 deletions

View file

@ -33,6 +33,6 @@ class D extends C {
main() {
Expect.throws(new A().m); /// 01: continued
Expect.throws(() => new D.name()); /// 02: continued
Expect.throws(() => (p).x); /// 03: static type warning
Expect.throws(() => (p).x); /// 03: compile-time error
}

View file

@ -11,8 +11,6 @@ no_such_method_test: Fail # Wrong Invocation.memberName.
constant_javascript_semantics4_test: Fail, OK
mirrors_used_closure_test: Fail # Issue 17939
23486_test/03: Fail # TODO(johnni): please update test, fix dart2js, or create issue.
[ $compiler == dart2js && $runtime == jsshell ]
mirror_printer_test: Pass, Slow # Issue 16473