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. |