X-Git-Url: http://nitlanguage.org diff --git a/tests/example_exec_ls.nit b/tests/example_exec_ls.nit index 3cc480b..dfc4ab6 100644 --- a/tests/example_exec_ls.nit +++ b/tests/example_exec_ls.nit @@ -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)