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

Unified Diff: tests/language/generic_instanceof_test.dart

Issue 10248007: test rename overhaul: step 8 - language 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: tests/language/generic_instanceof_test.dart
diff --git a/tests/language/src/GenericInstanceofTest.dart b/tests/language/generic_instanceof_test.dart
similarity index 92%
rename from tests/language/src/GenericInstanceofTest.dart
rename to tests/language/generic_instanceof_test.dart
index 0ffdbad75150cdb92d19f3bf0fbceaf9dc8ce773..562fe8279a5ec34d3f57cfee0fd6a52250e7e74a 100644
--- a/tests/language/src/GenericInstanceofTest.dart
+++ b/tests/language/generic_instanceof_test.dart
@@ -4,7 +4,7 @@
// Test that instanceof works correctly with type variables.
#library("GenericInstanceofTest.dart");
-#source("GenericInstanceof.dart");
+#source("generic_instanceof.dart");
main() {
// Repeat type checks so that inlined tests can be tested as well.
« no previous file with comments | « tests/language/generic_instanceof3_test.dart ('k') | tests/language/generic_parameterized_extends_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698