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

Unified Diff: dart/tests/compiler/dart2js_foreign/foreign_test.dart

Issue 11293272: Update dart2js_foreign suite as we now validate annotations. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 1 month 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: dart/tests/compiler/dart2js_foreign/foreign_test.dart
diff --git a/dart/tests/compiler/dart2js_foreign/foreign_test.dart b/dart/tests/compiler/dart2js_foreign/foreign_test.dart
index 3df5343ac08afdd238d90fef829a75f2ecfbb0e9..a23e1e26c100b539e8fd3d66e6a4b03c6f8e048f 100644
--- a/dart/tests/compiler/dart2js_foreign/foreign_test.dart
+++ b/dart/tests/compiler/dart2js_foreign/foreign_test.dart
@@ -2,6 +2,8 @@
// 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.
+import 'native_metadata.dart';
+
foreign1(var a, var b) {
return JS("num", r"# + #", a, b);
}

Powered by Google App Engine
This is Rietveld 408576698