php/cpp_basic_runme.php: Add new class to list
This commit is contained in:
parent
0b12398b2c
commit
dffa74bbe5
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ require "tests.php";
|
|||
// New functions
|
||||
check::functions(array('get_func1_ptr','get_func2_ptr','test_func_ptr'));
|
||||
// New classes
|
||||
check::classes(array('cpp_basic','Foo','FooSub','FooSubSub','Bar','Fl_Window'));
|
||||
check::classes(array('cpp_basic','Foo','FooSub','FooSubSub','Bar','Fl_Window','JustConst'));
|
||||
// No new vars
|
||||
check::globals(array());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue