X-Git-Url: http://nitlanguage.org diff --git a/tests/base_autocast_array.nit b/tests/base_autocast_array.nit index 9beb291..d0be6f3 100644 --- a/tests/base_autocast_array.nit +++ b/tests/base_autocast_array.nit @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import standard::collection::array +import core::collection::array class A type V: nullable Object