mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 16:57:04 +08:00
Add missing unit test file
This commit is contained in:
parent
e326fe6f2d
commit
95c6131ce7
8
unittests/pointer_passed_to_constructor.chai
Normal file
8
unittests/pointer_passed_to_constructor.chai
Normal file
@ -0,0 +1,8 @@
|
||||
load_module("test_module")
|
||||
|
||||
var i = 1;
|
||||
var t0 = TestBaseType(i);
|
||||
|
||||
var t1 = TestBaseType(get_new_int())
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user