]> git.llucax.com Git - software/druntime.git/blobdiff - src/compiler/dmd/adi.d
Add .gitignore files
[software/druntime.git] / src / compiler / dmd / adi.d
index 0253bc045709741c6af65e14db047f3eb95d9871..caafd29d19fbae4d86dd52a7a8f18d9d46d3b3e4 100644 (file)
@@ -134,7 +134,7 @@ extern (C) long _adReverseChar(char[] a)
 
 unittest
 {
 
 unittest
 {
-    auto a = "abcd"c;
+    auto a = "abcd"c[];
 
     auto r = a.dup.reverse;
     //writefln(r);
 
     auto r = a.dup.reverse;
     //writefln(r);