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

Unified Diff: frog/tests/frog_native/native_library_same_name_used_frog_test.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_frog_test.dart
diff --git a/frog/tests/native/src/NativeLibrarySameNameUsedFrogTest.dart b/frog/tests/frog_native/native_library_same_name_used_frog_test.dart
similarity index 95%
rename from frog/tests/native/src/NativeLibrarySameNameUsedFrogTest.dart
rename to frog/tests/frog_native/native_library_same_name_used_frog_test.dart
index e03bad9cc43f294a8b5fd86da882bddf9156a5da..3cd6c86524d88b17e8323b53bd508dfb57ca4aa8 100644
--- a/frog/tests/native/src/NativeLibrarySameNameUsedFrogTest.dart
+++ b/frog/tests/frog_native/native_library_same_name_used_frog_test.dart
@@ -5,7 +5,7 @@
// Test for correct hidden native class when interface has same name.
#library('main');
-#import('NativeLibrarySameNameUsedLib1.dart');
+#import('native_library_same_name_used_lib1.dart');
void setup() native """
// This code is all inside 'setup' and so not accesible from the global scope.

Powered by Google App Engine
This is Rietveld 408576698