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

Unified Diff: sdk/lib/_internal/pub/test/build/can_specify_output_directory_test.dart

Issue 218483004: Fix test on Windows. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub/test/build/can_specify_output_directory_test.dart
diff --git a/sdk/lib/_internal/pub/test/build/can_specify_output_directory_test.dart b/sdk/lib/_internal/pub/test/build/can_specify_output_directory_test.dart
index 5c793b301176b23c84622292b6ec4e453fd1c066..9264ea74cb90c9e887b40a43965c5464eae21745 100644
--- a/sdk/lib/_internal/pub/test/build/can_specify_output_directory_test.dart
+++ b/sdk/lib/_internal/pub/test/build/can_specify_output_directory_test.dart
@@ -5,6 +5,7 @@
library pub_tests;
import 'package:path/path.dart' as path;
+import 'package:scheduled_test/scheduled_test.dart';
import '../descriptor.dart' as d;
import '../test_pub.dart';
@@ -21,7 +22,7 @@ main() {
var outDir = path.join("out", "dir");
schedulePub(args: ["build", "-o", outDir],
- output: new RegExp('Built 1 file to "$outDir".'));
+ output: contains('Built 1 file to "$outDir".'));
d.dir(appPath, [
d.dir("out", [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698