Skip to content

Commit

Permalink
Fix dart2js_extra/23486_test
Browse files Browse the repository at this point in the history
BUG=
R=floitsch@google.com

Review URL: https://codereview.chromium.org//1229253002.
  • Loading branch information
johnniwinther committed Jul 10, 2015
1 parent 2b1e099 commit a07f023
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion tests/compiler/dart2js_extra/23486_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

2 changes: 0 additions & 2 deletions tests/compiler/dart2js_extra/dart2js_extra.status
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a07f023

Please sign in to comment.