X-Git-Url: http://nitlanguage.org diff --git a/tests/example_exec_ls.nit b/tests/example_exec_ls.nit index 43b8e40..dfc4ab6 100644 --- a/tests/example_exec_ls.nit +++ b/tests/example_exec_ls.nit @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import standard +import core var p = new Process("ls", "-l") p.wait