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

Unified Diff: third_party/dart-packages/unittest/unittest/src/simple_configuration.dart

Issue 971083002: Create an apptesting framework for dart. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Update upload_binaries.py to add the apptest.dartzip artifact. Created 5 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: third_party/dart-packages/unittest/unittest/src/simple_configuration.dart
diff --git a/sky/tests/resources/third_party/unittest/src/simple_configuration.dart b/third_party/dart-packages/unittest/unittest/src/simple_configuration.dart
similarity index 99%
copy from sky/tests/resources/third_party/unittest/src/simple_configuration.dart
copy to third_party/dart-packages/unittest/unittest/src/simple_configuration.dart
index e0668523a561cf04d31092f96ac94ece4af0fb2d..6157663a473576e1ed355aeff229ab07429b3618 100644
--- a/sky/tests/resources/third_party/unittest/src/simple_configuration.dart
+++ b/third_party/dart-packages/unittest/unittest/src/simple_configuration.dart
@@ -6,7 +6,7 @@ library unittest.simple_configuration;
import 'dart:isolate';
-import '../../matcher/matcher.dart'
+import 'package:matcher/matcher.dart'
show DefaultFailureHandler, configureExpectFailureHandler, TestFailure;
import '../unittest.dart';

Powered by Google App Engine
This is Rietveld 408576698