Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1184)

Unified Diff: pkg/yaml/test/yaml_test.dart

Issue 12212016: Remove Expect from core library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/yaml/test/yaml_test.dart
diff --git a/pkg/yaml/test/yaml_test.dart b/pkg/yaml/test/yaml_test.dart
index b939b674bf6ede166b1ca9f7a9b2ff819e59ff5d..fd6c5cc3facbf18554cecb257931a213cbce7d21 100644
--- a/pkg/yaml/test/yaml_test.dart
+++ b/pkg/yaml/test/yaml_test.dart
@@ -4,6 +4,7 @@
library yaml_test;
+import "package:expect/expect.dart";
Bob Nystrom 2013/02/05 19:52:41 YAML should really just be using expect() and not
floitsch 2013/03/09 02:30:41 Added TODO.
import 'package:unittest/unittest.dart';
import 'package:yaml/yaml.dart';
import 'package:yaml/deep_equals.dart';

Powered by Google App Engine
This is Rietveld 408576698