Restore <DebugType>None</DebugType> for b268908.
authorPat Gavlin <pgavlin@gmail.com>
Fri, 18 Dec 2015 23:33:45 +0000 (15:33 -0800)
committerPat Gavlin <pgavlin@gmail.com>
Fri, 18 Dec 2015 23:33:45 +0000 (15:33 -0800)
This test causes an OOM in Roslyn if debug information is enabled.
Fortunately, this test has no dependency on debug information, and
it can be disabled.

tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b268908/b268908.csproj

index 42c2662..aac82e9 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="vars2.cs" />