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

Unified Diff: tests/html/js_type_test.dart

Issue 2146283002: Fix html/js_type_test for Dartium (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 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 | tests/html/js_type_test_lib.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/js_type_test.dart
diff --git a/tests/html/js_type_test.dart b/tests/html/js_type_test.dart
index c77519c5768cd58f14cb378886c1f6d76da24a82..90df68f25f8bae3e2d57f58d3e9f53521c1fcb01 100644
--- a/tests/html/js_type_test.dart
+++ b/tests/html/js_type_test.dart
@@ -6,16 +6,11 @@ library jsTest;
import 'dart:html';
-import 'package:js/js.dart';
-
import 'package:unittest/unittest.dart';
import 'package:unittest/html_individual_config.dart';
import 'package:expect/expect.dart' show NoInline, AssumeDynamic;
-@JS()
-class Foo {
- external factory Foo();
-}
+import 'js_type_test_lib.dart';
class Bar {}
« no previous file with comments | « no previous file | tests/html/js_type_test_lib.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698