X-Git-Url: http://nitlanguage.org diff --git a/tests/error_virtual_type2.nit b/tests/error_virtual_type2.nit index 274bb77..d0d2953 100644 --- a/tests/error_virtual_type2.nit +++ b/tests/error_virtual_type2.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 class G[E] end