mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Test change
This commit is contained in:
parent
fed75dfa85
commit
03e09c4322
1 changed files with 4 additions and 1 deletions
|
@ -189,7 +189,10 @@ namespace Tests
|
|||
[Test]
|
||||
static void TestA()
|
||||
{
|
||||
ClassA ca = scope ClassA();
|
||||
ClassA ca = (ClassA)typeof(ClassA).CreateObject().Value;
|
||||
defer delete ca;
|
||||
Test.Assert(ca.mA == 123);
|
||||
Test.Assert(ca.mStr === "A");
|
||||
|
||||
ClassA2 ca2 = scope ClassA2();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue