tests: update thing to `core` (instead of `standard`)
[nit.git] / tests / base_adaptive_loop3.nit
index 42e331a..bdec36b 100644 (file)
@@ -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