@@ -232,7 +232,7 @@ package unit;
#if java
new TestJava(),
#end
- #if (dce && !interp)
+ #if ((dce == "full") && !interp && !as3)
new TestDCE(),
//new TestUnspecified(),
@@ -21,7 +21,7 @@
-resource res1.txt
-resource res2.bin
--no-opt
---dead-code-elimination
+--dce full
--each
#flash8