ci: compile the manual
[nit.git] / tests / example_exec_ls.nit
index 3cc480b..dfc4ab6 100644 (file)
@@ -14,8 +14,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-import standard
+import core
 
-var p = new Process.init_("ls")
+var p = new Process("ls", "-l")
 p.wait
 print(p.status)