 Chromium Code Reviews
 Chromium Code Reviews Issue 12212016:
  Remove Expect from core library.  (Closed) 
  Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
    
  
    Issue 12212016:
  Remove Expect from core library.  (Closed) 
  Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart| Index: tests/compiler/dart2js_extra/index_test.dart | 
| diff --git a/tests/compiler/dart2js_extra/index_test.dart b/tests/compiler/dart2js_extra/index_test.dart | 
| index 74dad76abe6e5cb05b1bd67670484a428e9808d4..890d71a5e6698041c3c0457c7855083aea459a9f 100644 | 
| --- a/tests/compiler/dart2js_extra/index_test.dart | 
| +++ b/tests/compiler/dart2js_extra/index_test.dart | 
| @@ -2,6 +2,8 @@ | 
| // 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"; | 
| + | 
| main() { | 
| var a = [0]; | 
| Expect.equals(0, a[0]); |