changeset 1430:3c880e2d80e7

merging
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Fri, 29 May 2009 01:09:38 -0600
parents 9081d916df1d (diff) c6cc9cf12bec (current diff)
children 42e6af9d50a1 171ef89dd3ee
files tests/mini/phobos/bug57.d tests/mini/phobos/bug58.d tests/mini/phobos/bug66.d tests/mini/phobos/bug71.d tests/mini/phobos/bug79.d tests/mini/phobos/imports2.d tests/mini/phobos/stdiotest.d tests/mini/phobos/stdiotest2.d tests/mini/phobos/strings2.d
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/runminitest.d	Thu May 28 22:00:08 2009 +0200
+++ b/tests/runminitest.d	Fri May 29 01:09:38 2009 -0600
@@ -69,7 +69,7 @@
                 compilefailed ~= c.toString;
         }
         else if (cl == RUN || cl == NORUN) {
-            if (system(toStringz("obj/" ~ testname)) != 0) {
+            if (system(toStringz(Path.native("obj/" ~ testname))) != 0) {
                 if (cl == RUN)
                     runfailed ~= c.toString;
             }