| Index: dart/tests/language/generic_instanceof_test.dart
|
| diff --git a/dart/tests/language/generic_instanceof_test.dart b/dart/tests/language/generic_instanceof_test.dart
|
| index 38874f31bf72fc265a67191eb57f0e78cf35096e..562fe8279a5ec34d3f57cfee0fd6a52250e7e74a 100644
|
| --- a/dart/tests/language/generic_instanceof_test.dart
|
| +++ b/dart/tests/language/generic_instanceof_test.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Test that instanceof works correctly with type variables.
|
|
|
| -library GenericInstanceofTest;
|
| -part "generic_instanceof.dart";
|
| +#library("GenericInstanceofTest.dart");
|
| +#source("generic_instanceof.dart");
|
|
|
| main() {
|
| // Repeat type checks so that inlined tests can be tested as well.
|
|
|