X-Git-Url: http://nitlanguage.org diff --git a/tests/base_native_array.nit b/tests/base_native_array.nit index e59c93e..f46eee7 100644 --- a/tests/base_native_array.nit +++ b/tests/base_native_array.nit @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -intrude import standard::collection::array +intrude import core::collection::array var a = new Array[Bool] var cpt = 0