Index: runtime/parrot/include/test_more.pir
===================================================================
--- runtime/parrot/include/test_more.pir	(revision 31764)
+++ runtime/parrot/include/test_more.pir	(working copy)
@@ -17,7 +17,7 @@
     .local pmc exports, curr_namespace, test_namespace
     curr_namespace = get_namespace
     test_namespace = get_root_namespace [ 'parrot'; 'Test'; 'More' ]
-    exports = split " ", "plan diag ok is is_deeply like isa_ok skip isnt"
+    exports = split " ", "plan diag ok nok is is_deeply like isa_ok skip isnt"
 
     test_namespace."export_to"(curr_namespace, exports)
 
Index: runtime/parrot/library/Test/More.pir
===================================================================
--- runtime/parrot/library/Test/More.pir	(revision 31764)
+++ runtime/parrot/library/Test/More.pir	(working copy)
@@ -11,7 +11,7 @@
     .local pmc exports, curr_namespace, test_namespace
     curr_namespace = get_namespace
     test_namespace = get_namespace [ 'Test'; 'More' ]
-    exports        = split ' ', 'plan diag ok is is_deeply like isa_ok isnt'
+    exports        = split ' ', 'plan diag ok nok is is_deeply like isa_ok skip isnt'
 
     test_namespace.'export_to'(curr_namespace, exports)

