Chromium Code Reviews

Unified Diff: utils/tests/pub/install/git/check_out_with_trailing_slash_test.dart

Issue 13839023: Add flag to disable capturing stack traces. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: utils/tests/pub/install/git/check_out_with_trailing_slash_test.dart
diff --git a/utils/tests/pub/install/git/check_out_with_trailing_slash_test.dart b/utils/tests/pub/install/git/check_out_with_trailing_slash_test.dart
index 2b1bb1cb2e3c7f8b6f826d2c427b545babfaaed7..e41448364e523dc059ad0c1854188ab20a86dc68 100644
--- a/utils/tests/pub/install/git/check_out_with_trailing_slash_test.dart
+++ b/utils/tests/pub/install/git/check_out_with_trailing_slash_test.dart
@@ -12,6 +12,7 @@ import '../../descriptor.dart' as d;
import '../../test_pub.dart';
main() {
+ initConfig();
group("(regression)", () {
integration('checks out a package from Git with a trailing slash', () {
ensureGit();

Powered by Google App Engine