diff tests/runminitest.d @ 468:45a67b6f1310

Removed the 'needsstorage' thing from Dsymbol. Arguments are not always given storage when applicable. This is not longer treat specially in this regard. Code for accessing nested variables and contexts rewritten. Probably more. Fairly well tested.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Mon, 04 Aug 2008 02:59:34 +0200
parents ea991021a56a
children 6aaa3d3c1183
line wrap: on
line diff
--- a/tests/runminitest.d	Sun Aug 03 16:59:28 2008 +0200
+++ b/tests/runminitest.d	Mon Aug 04 02:59:34 2008 +0200
@@ -55,6 +55,8 @@
             cmd ~= v;
         }
         int cl = classify(testname);
+        if (cl == COMPILE || cl == NOCOMPILE)
+            cmd ~= " -c";
         writefln(cmd);
         if (system(cmd) != 0) {
             if (cl != NOCOMPILE)