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

Unified Diff: frog/tests/frog_native/native_library_same_name_used_lib2.dart

Issue 10250002: test rename overhaul: step 5 - frog and leg tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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: frog/tests/frog_native/native_library_same_name_used_lib2.dart
diff --git a/frog/tests/native/src/NativeLibrarySameNameUsedLib2.dart b/frog/tests/frog_native/native_library_same_name_used_lib2.dart
similarity index 83%
rename from frog/tests/native/src/NativeLibrarySameNameUsedLib2.dart
rename to frog/tests/frog_native/native_library_same_name_used_lib2.dart
index 6b77dc38316ebe3d882ebcd0399d57a9fcd79194..cef03fb9c0453d131fec70ad20f83f92d34805fe 100644
--- a/frog/tests/native/src/NativeLibrarySameNameUsedLib2.dart
+++ b/frog/tests/frog_native/native_library_same_name_used_lib2.dart
@@ -5,7 +5,7 @@
// Native implementation.
#library('lib2');
-#import('NativeLibrarySameNameUsedLib1.dart'); // To get interface I.
+#import('native_library_same_name_used_lib1.dart'); // To get interface I.
// Native impl has same name as interface.
class Impl implements I native "*I" {

Powered by Google App Engine
This is Rietveld 408576698