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

Unified Diff: tests/compiler/dart2js_native/static_methods_test.dart

Issue 2383273002: Revert "Add native_testing library to mock @Native classes" (Closed)
Patch Set: Created 4 years, 3 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/compiler/dart2js_native/static_methods_test.dart
diff --git a/tests/compiler/dart2js_native/static_methods_test.dart b/tests/compiler/dart2js_native/static_methods_test.dart
index c646bfd80a5f28545e0fe86454b023346b779b6e..f1cfd44a3670d2ba2c53eab581b9c461194a2d4e 100644
--- a/tests/compiler/dart2js_native/static_methods_test.dart
+++ b/tests/compiler/dart2js_native/static_methods_test.dart
@@ -7,8 +7,8 @@
// identifier @JSName -> use @Native tag as 'scope' for @JSName.
// other @JSName -> use @JSName as an expression.
-import 'native_testing.dart';
-import 'dart:_js_helper' show convertDartClosureToJS;
+import "package:expect/expect.dart";
+import 'dart:_js_helper' show Native, JSName, convertDartClosureToJS;
typedef int Callback(String s);
@@ -51,7 +51,6 @@ self.CC = CC;
""";
main() {
- nativeTesting();
setup();
// TODO(sra): Investigate why this line is necessary to get a correctly
« no previous file with comments | « tests/compiler/dart2js_native/runtimetype_test.dart ('k') | tests/compiler/dart2js_native/subclassing_1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698