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

Unified Diff: lib/html_enhanced_config.dart

Issue 845153003: Bumped matcher version constraint (Closed) Base URL: https://github.com/dart-lang/unittest.git@master
Patch Set: Created 5 years, 11 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 | « lib/compact_vm_config.dart ('k') | lib/src/test_case.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html_enhanced_config.dart
diff --git a/lib/html_enhanced_config.dart b/lib/html_enhanced_config.dart
index 2330d6571b1647ff4bebbabb3347f5ebc5711657..0178ccb03fb9a3dee1ec96607278fdf5a1e7339c 100644
--- a/lib/html_enhanced_config.dart
+++ b/lib/html_enhanced_config.dart
@@ -139,7 +139,6 @@ class HtmlEnhancedConfiguration extends SimpleConfiguration {
var previousGroup = '';
var groupPassFail = true;
- final indentAmount = 50;
// order by group and sort numerically within each group
var groupedBy = new LinkedHashMap<String, List<TestCase>>();
« no previous file with comments | « lib/compact_vm_config.dart ('k') | lib/src/test_case.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698