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

Unified Diff: third_party/dart-packages/unittest/unittest/src/utils.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/utils.dart
diff --git a/sky/tests/resources/third_party/unittest/src/utils.dart b/third_party/dart-packages/unittest/unittest/src/utils.dart
similarity index 97%
copy from sky/tests/resources/third_party/unittest/src/utils.dart
copy to third_party/dart-packages/unittest/unittest/src/utils.dart
index f8b6141eacfb3ec22c8f43dd0bf96a45f8d36ef5..ea1e92ea7d939bcd7be3812ad1e1fe8371fb9977 100644
--- a/sky/tests/resources/third_party/unittest/src/utils.dart
+++ b/third_party/dart-packages/unittest/unittest/src/utils.dart
@@ -4,7 +4,7 @@
library unittest.utils;
-import '../../stack_trace/stack_trace.dart';
+import 'package:stack_trace/stack_trace.dart';
/// Indent each line in [str] by two spaces.
String indent(String str) =>

Powered by Google App Engine
This is Rietveld 408576698