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

Unified Diff: pkg/json/test/json_test.dart

Issue 23414005: Create json package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comment. Created 7 years, 4 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 | « pkg/json/pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/json/test/json_test.dart
diff --git a/tests/lib/json/json_test.dart b/pkg/json/test/json_test.dart
similarity index 99%
copy from tests/lib/json/json_test.dart
copy to pkg/json/test/json_test.dart
index bb171eaac818aa761b1d15f6a13b0f4af6f801e7..d146ce38de9e337daa6c3ccec7d4dad06684d039 100644
--- a/tests/lib/json/json_test.dart
+++ b/pkg/json/test/json_test.dart
@@ -4,7 +4,7 @@
library json_tests;
import 'package:unittest/unittest.dart';
-import 'dart:json' as json;
+import 'package:json/json.dart' as json;
main() {
test('Parse', () {
« no previous file with comments | « pkg/json/pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698