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

Unified Diff: pkg/template_binding/test/analyzer_test.dart

Issue 34453003: Rename mdv -> template_binding, remove experiemntal apis from dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 | « pkg/template_binding/pubspec.yaml ('k') | pkg/template_binding/test/binding_syntax_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/template_binding/test/analyzer_test.dart
diff --git a/pkg/unittest/test/unittest_runtests_without_tests_test.dart b/pkg/template_binding/test/analyzer_test.dart
similarity index 52%
copy from pkg/unittest/test/unittest_runtests_without_tests_test.dart
copy to pkg/template_binding/test/analyzer_test.dart
index e8c26f843b1fc52ea2366732376cd31bc512485e..5b47d436ddd63a6e3f7c5cf736fa34454302ebe0 100644
--- a/pkg/unittest/test/unittest_runtests_without_tests_test.dart
+++ b/pkg/template_binding/test/analyzer_test.dart
@@ -2,17 +2,15 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library unittestTest;
-import 'dart:isolate';
-import 'dart:async';
-import 'package:unittest/unittest.dart';
+library template_binding.test.analyzer_test;
-part 'unittest_test_utils.dart';
+import 'dart:html';
+import 'package:template_binding/template_binding.dart';
-var testName = 'runTests() without tests';
+// @static-clean
-var testFunction = (_) {
- runTests();
-};
-
-var expected = buildStatusString(0, 0, 0, null);
+// This test ensures template_binding compiles without errors.
+void main() {
+ // To make analyzer happy about unused imports.
+ nodeBind(document);
+}
« no previous file with comments | « pkg/template_binding/pubspec.yaml ('k') | pkg/template_binding/test/binding_syntax_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698