mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 08:46:53 +08:00
Comment out clone_object tests from typed_function_ordering
This commit is contained in:
parent
6ae3f2d187
commit
b47fec2f71
@ -1,3 +1,5 @@
|
||||
|
||||
/*
|
||||
global clone_count = 0;
|
||||
|
||||
class Cloneable
|
||||
@ -35,4 +37,5 @@ assert_equal(0, clone_count);
|
||||
var p = o;
|
||||
|
||||
assert_equal(1, clone_count);
|
||||
*/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user