tests: rm sav/niti/fixme/test_intern_extern.res from #1898 because #1902 fixed it
[nit.git] / tests / base_arg_default.nit
index d4de4ed..e471207 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
 
 class A
        fun foo(a, b: nullable Int, c, d: Int, e,f: nullable Int)