blob: 724f11e8c87bc0679113288aad48c7809343595d [file] [log] [blame]
This tests that polymorphic construction works correctly.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS construct(Foo).field is 'foo'
PASS construct(Foo).field is 'foo'
PASS construct(Foo).field is 'foo'
PASS construct(Foo).field is 'foo'
PASS construct(Bar).field is 'bar'
PASS construct(Baz).field is 'baz'
PASS construct(Foo).field is 'foo'
PASS construct(Bar).field is 'bar'
PASS construct(Baz).field is 'baz'
PASS construct(Foo).field is 'foo'
PASS construct(Bar).field is 'bar'
PASS construct(Baz).field is 'baz'
PASS successfullyParsed is true
TEST COMPLETE