X-Git-Url: http://nitlanguage.org diff --git a/tests/error_virtual_type.nit b/tests/error_virtual_type.nit index dd7243b..77d8277 100644 --- a/tests/error_virtual_type.nit +++ b/tests/error_virtual_type.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: Object] end