Index: tests/language/import_core_prefix_test.dart |
=================================================================== |
--- tests/language/import_core_prefix_test.dart (revision 13630) |
+++ tests/language/import_core_prefix_test.dart (working copy) |
@@ -11,5 +11,5 @@ |
mycore.bool boolval = false; |
mycore.int variable = 10; |
mycore.num value = 10; |
- mycore.Dynamic d = null; |
+ mycore.dynamic d = null; |
} |