diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2009-08-16 22:23:32 +0000 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2009-08-16 22:23:32 +0000 |
commit | 82df087b8b6855294d903650feed73167b13aff4 (patch) | |
tree | fe637e29e67bf2e71a01168c1ae20628266d2153 /Examples/test-suite/php/arrays_global_runme.php | |
parent | 3cabcd05537d361cbe6d216e223f08d6979f4895 (diff) | |
download | swig-82df087b8b6855294d903650feed73167b13aff4.tar.gz |
PHP: remove '// Sample test file' comments from runme files
Those are cut&pasted from skel.php, but that comment makes sense only in
skel.php itself.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11598 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/test-suite/php/arrays_global_runme.php')
-rw-r--r-- | Examples/test-suite/php/arrays_global_runme.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Examples/test-suite/php/arrays_global_runme.php b/Examples/test-suite/php/arrays_global_runme.php index baa5521ed..7748786a1 100644 --- a/Examples/test-suite/php/arrays_global_runme.php +++ b/Examples/test-suite/php/arrays_global_runme.php @@ -1,5 +1,4 @@ <?php -// Sample test file require "tests.php"; require "arrays_global.php"; |