mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
Remove unnecessary expect-package line.
BUG= http://dartbug.com/9703 Review URL: https://codereview.chromium.org//13454030 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21004 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
parent
4456d77285
commit
a813a57b5a
2 changed files with 0 additions and 2 deletions
|
@ -9,7 +9,6 @@
|
|||
// Run this test with option --verbose to see the stdout and stderr output
|
||||
// of the debug target process.
|
||||
|
||||
import "package:expect/expect.dart";
|
||||
import "debug_lib.dart";
|
||||
|
||||
bar(x) {
|
||||
|
|
|
@ -11,7 +11,6 @@ io/http_shutdown_test: Pass, Fail # Issue 9101
|
|||
[ $runtime == vm ]
|
||||
package/package_isolate_test: Fail # http://dartbug.com/7520.
|
||||
io/raw_server_socket_cancel_test: Pass, Fail, Timeout # Issue 8675
|
||||
debugger/basic_debugger_test: Pass, Fail # Issue 8232.
|
||||
|
||||
[ $runtime == vm && $checked ]
|
||||
# These tests have type errors on purpose.
|
||||
|
|
Loading…
Reference in a new issue