| Index: pkg/polymer/test/paths_test.dart
|
| diff --git a/pkg/polymer/test/paths_test.dart b/pkg/polymer/test/paths_test.dart
|
| index 81f4b503141a7ea00e055105fed78fc128e343c4..4a54a9d8221abab9b0a130aff1fe535ebc0435c7 100644
|
| --- a/pkg/polymer/test/paths_test.dart
|
| +++ b/pkg/polymer/test/paths_test.dart
|
| @@ -14,7 +14,7 @@ import 'package:unittest/unittest.dart';
|
|
|
| main() {
|
| useCompactVMConfiguration();
|
| - group('outdir == basedir:', () {
|
| + group('paths', () {
|
| setUp(() {
|
| utils.path = new path.Builder(style: path.Style.posix);
|
| });
|
| @@ -23,6 +23,12 @@ main() {
|
| utils.path = new path.Builder();
|
| });
|
|
|
| + testPaths();
|
| + });
|
| +}
|
| +
|
| +testPaths() {
|
| + group('outdir == basedir:', () {
|
| group('outputPath', () {
|
| test('mangle automatic', () {
|
| var pathMapper = _newPathMapper('a', 'a', false);
|
|
|