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

Unified Diff: frog/tests/frog/native_named_constructors1_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_named_constructors1_frog_test.dart
diff --git a/frog/tests/frog/src/NativeNamedConstructors1FrogTest.dart b/frog/tests/frog/native_named_constructors1_frog_test.dart
similarity index 91%
rename from frog/tests/frog/src/NativeNamedConstructors1FrogTest.dart
rename to frog/tests/frog/native_named_constructors1_frog_test.dart
index 530cc36dc5f7be2aeab317808ab4b0e7070d636f..30c47acb61f12600fe932b789a1401d499d14502 100644
--- a/frog/tests/frog/src/NativeNamedConstructors1FrogTest.dart
+++ b/frog/tests/frog/native_named_constructors1_frog_test.dart
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
#library('X');
-#native('NativeNamedConstructors1FrogTest.js'); // Defines JS constructor 'A'.
+#native('native_named_constructors1_frog_test.js'); // Defines JS constructor 'A'.
// The native class has several constructors which partition the behaviour of
// the JS constructor function into several well-typed Dart constructors.

Powered by Google App Engine
This is Rietveld 408576698