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

Unified Diff: pkg/dart_messages/test/dart_messages_test.dart

Issue 2916023004: Make pkg/dart_messages strong. (Closed)
Patch Set: Created 3 years, 7 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/dart_messages/bin/publish.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dart_messages/test/dart_messages_test.dart
diff --git a/pkg/dart_messages/test/dart_messages_test.dart b/pkg/dart_messages/test/dart_messages_test.dart
index 8bc4a868634b604bbedef3be636c075b2c0319a7..c031857957cbcce1fef60f61606d4dc8ee2b62fb 100644
--- a/pkg/dart_messages/test/dart_messages_test.dart
+++ b/pkg/dart_messages/test/dart_messages_test.dart
@@ -4,7 +4,7 @@
import 'dart:io' as io;
-import '../lib/shared_messages.dart';
+import 'package:dart_messages/shared_messages.dart';
void testJsonIsUpdated() {
var packageRoot = io.Platform.packageRoot;
« no previous file with comments | « pkg/dart_messages/bin/publish.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698