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

Unified Diff: tests/html/js_typed_interop_side_cast_exp_test.dart

Issue 1871573002: Breaking Change: Support @JS at library level (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Updated to WebKit updated tests Created 4 years, 8 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
Index: tests/html/js_typed_interop_side_cast_exp_test.dart
diff --git a/tests/html/js_typed_interop_side_cast_exp_test.dart b/tests/html/js_typed_interop_side_cast_exp_test.dart
index 6fd929a6fc9c1265a9fcbe328c4f8fb1e92382d1..8b67c7b72ed831d00a6aa3f30a314095f027bc92 100644
--- a/tests/html/js_typed_interop_side_cast_exp_test.dart
+++ b/tests/html/js_typed_interop_side_cast_exp_test.dart
@@ -7,6 +7,7 @@
// Similar test to js_typed_interop_side_cast, but because we are using the
// --experimental-trust-js-interop-type-annotations flag, we test a slighly
// different behavior.
+@JS()
library js_typed_interop_side_cast_exp_test;
import 'dart:html';
« no previous file with comments | « tests/html/js_typed_interop_anonymous_unreachable_test.dart ('k') | tests/html/js_typed_interop_side_cast_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698