Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / base_test_bases.nit
index 8a1bb4c..052c0e1 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
 
 assert 0b1001 == 0x09
 assert 0o715 == 0x1CD