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:
floitsch@google.com 2013-04-05 22:35:54 +00:00
parent 4456d77285
commit a813a57b5a
2 changed files with 0 additions and 2 deletions

View file

@ -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) {

View file

@ -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.