X-Git-Url: http://nitlanguage.org diff --git a/tests/base_adaptive_loop3.nit b/tests/base_adaptive_loop3.nit index 42e331a..bdec36b 100644 --- a/tests/base_adaptive_loop3.nit +++ b/tests/base_adaptive_loop3.nit @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import standard::kernel +import core::kernel redef class Int fun next: nullable Int do if self < 20 then return self + 1 else return null