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

Unified Diff: pkg/polymer/test/css_test.dart

Issue 22955008: additional path on windows fixes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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 | pkg/polymer/test/paths_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/test/css_test.dart
diff --git a/pkg/polymer/test/css_test.dart b/pkg/polymer/test/css_test.dart
index c63f978037b63677b1bd9ecd9622f59bf0ba84fc..1702312b8f0e0f74f28fe1f5c095c2bdf2404034 100644
--- a/pkg/polymer/test/css_test.dart
+++ b/pkg/polymer/test/css_test.dart
@@ -553,7 +553,7 @@ main() {
test('test_var', test_var);
test('test_simple_import', test_simple_import);
test('test_imports', test_imports);
- test('test_component_var', test_component_var);
+ group('test_component_var', test_component_var);
test('test_pseudo_element', test_pseudo_element);
});
}
« no previous file with comments | « no previous file | pkg/polymer/test/paths_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698