File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sampleProjects/com/mindScriptAct/codeSnippets Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7878 </library >
7979 <!-- Class files to compile (other referenced classes will automatically be included) -->
8080 <compileTargets >
81- <compile path =" sampleProjects\com\mindScriptAct\mvcExpressSpeedTest\MvcExpressSpeedTest .as" />
81+ <compile path =" test\MvcExpressTestRunner .as" />
8282 </compileTargets >
8383 <!-- Paths to exclude from the Project Explorer tree -->
8484 <hiddenPaths >
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public class SpriteModuleTest extends ModuleSprite {
5858
5959 var sameSampleProxy: SampleProxy = new SampleProxy()
6060
61- proxyMap. unmap(SampleEmptyProxy);
61+ // proxyMap.unmap(SampleEmptyProxy);
6262
6363 proxyMap. map (sameSampleProxy);
6464 proxyMap. map (sameSampleProxy, ISampleProxy);
You can’t perform that action at this time.
0 commit comments