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

Unified Diff: tests/html/js_interop_func_passing_test.dart

Issue 10828338: Re-enable function serialization test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 | « lib/html/dartium/html_dartium.dart ('k') | tests/html/js_interop_func_passing_test_disabled.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/js_interop_func_passing_test.dart
diff --git a/tests/html/js_interop_func_passing_test_disabled.dart b/tests/html/js_interop_func_passing_test.dart
similarity index 91%
rename from tests/html/js_interop_func_passing_test_disabled.dart
rename to tests/html/js_interop_func_passing_test.dart
index d65a307282bedefcc1b7231d74d7051debbd2999..70f8204b87601c73c4be72c205ef8b1d8e7ae4da 100644
--- a/tests/html/js_interop_func_passing_test_disabled.dart
+++ b/tests/html/js_interop_func_passing_test.dart
@@ -3,8 +3,8 @@
// BSD-style license that can be found in the LICENSE file
#library('JsInteropFuncPassingTest');
-#import('../../lib/unittest/unittest.dart');
-#import('../../lib/unittest/html_config.dart');
+#import('../../pkg/unittest/unittest.dart');
+#import('../../pkg/unittest/html_config.dart');
#import('dart:html');
#import('dart:isolate');
« no previous file with comments | « lib/html/dartium/html_dartium.dart ('k') | tests/html/js_interop_func_passing_test_disabled.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698