tests: update thing to `core` (instead of `standard`)
[nit.git] / tests / base_attr_abstract4.nit
index 876b85a..fb4d279 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
 
 interface A
        var i: Int is abstract