 Chromium Code Reviews
 Chromium Code Reviews Issue 12743005:
  Revert "Remove Expect from core library."  (Closed) 
  Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
    
  
    Issue 12743005:
  Revert "Remove Expect from core library."  (Closed) 
  Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart| Index: tests/corelib/list_test.dart | 
| diff --git a/tests/corelib/list_test.dart b/tests/corelib/list_test.dart | 
| index 368859d036e028ce4623112044b3742259c67997..9a88a9fccc884dcb0ce336d86294f7618a36294c 100644 | 
| --- a/tests/corelib/list_test.dart | 
| +++ b/tests/corelib/list_test.dart | 
| @@ -2,8 +2,6 @@ | 
| // for details. All rights reserved. Use of this source code is governed by a | 
| // BSD-style license that can be found in the LICENSE file. | 
| -import "package:expect/expect.dart"; | 
| - | 
| class ListTest { | 
| static testMain() { |