Remove left-over arrayptr_runme.php

The arrayptr testcase was eliminated back in 2003 by
da53ad7bf2.
This commit is contained in:
Olly Betts 2021-04-19 19:06:10 +12:00
commit b1923af3ee

View file

@ -1,13 +0,0 @@
<?php
require "tests.php";
require "arrayptr.php";
// New functions
check::functions(array('foo'));
// No new classes
check::classes(array());
// No new vars
check::globals(array());
check::done();