Skip to content

Commit dffa74b

Browse files
committed
php/cpp_basic_runme.php: Add new class to list
1 parent 0b12398 commit dffa74b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/test-suite/php/cpp_basic_runme.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// New functions
66
check::functions(array('get_func1_ptr','get_func2_ptr','test_func_ptr'));
77
// New classes
8-
check::classes(array('cpp_basic','Foo','FooSub','FooSubSub','Bar','Fl_Window'));
8+
check::classes(array('cpp_basic','Foo','FooSub','FooSubSub','Bar','Fl_Window','JustConst'));
99
// No new vars
1010
check::globals(array());
1111

0 commit comments

Comments
 (0)