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

Side by Side Diff: pkg/third_party/angular_tests/tools/html_extractor_test.dart

Issue 133843003: Merging all Angular tests into a single file (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 /// auto-generated by update_angular.sh
2
3 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
4 // for details. All rights reserved. Use of this source code is governed by a
5 // BSD-style license that can be found in the LICENSE file.
6
7 library angular_tests;
8
9 import 'package:unittest/unittest.dart';
10 import 'package:unittest/compact_vm_config.dart';
11 import '../../../../third_party/pkg/angular/test/tools/html_extractor_spec.dart' as test_lib;
12
13 main() {
14 useCompactVMConfiguration();
15
16 test_lib.main();
17 }
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698