view test/bug37.d @ 274:9f228c1e5311 trunk

[svn r295] Added phobos aliases to string, wstring, dstring and Error to the object.di used for testing. Test results for current revision added.
author ChristianK
date Thu, 19 Jun 2008 13:54:31 +0200
parents 2b5a2eaa88be
children
line wrap: on
line source

module bug37;

void main()
{
    char[] a = "hello";
    assert(a !is null);
}