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

Unified Diff: utils/tests/pub/yaml_test.dart

Issue 10339009: Move Yaml into utils/pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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
« no previous file with comments | « utils/tests/pub/pub.status ('k') | utils/yaml/composer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/pub/yaml_test.dart
diff --git a/tests/utils/yaml_test.dart b/utils/tests/pub/yaml_test.dart
similarity index 99%
rename from tests/utils/yaml_test.dart
rename to utils/tests/pub/yaml_test.dart
index 312915a43f839368af8e142195695ccdf9eb6828..2d1a1b1c3202126636a1a69336c80f5b77775f26 100644
--- a/tests/utils/yaml_test.dart
+++ b/utils/tests/pub/yaml_test.dart
@@ -4,10 +4,10 @@
#library('yaml_test');
-#import('../../lib/unittest/unittest.dart');
-#import('../../utils/yaml/yaml.dart');
-#import('../../utils/yaml/deep_equals.dart');
-#import('test_utils.dart');
+#import('../../../lib/unittest/unittest.dart');
+#import('../../pub/yaml/yaml.dart');
+#import('../../pub/yaml/deep_equals.dart');
+#import('../../../tests/utils/test_utils.dart');
/** Constructs a new yaml.YamlMap, optionally from a normal Map. */
Map yamlMap([Map from]) =>
« no previous file with comments | « utils/tests/pub/pub.status ('k') | utils/yaml/composer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698