summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn Bottenberg <jobotten@microsoft.com>2016-03-31 15:49:39 -0700
committerJohn Bottenberg <jobotten@microsoft.com>2016-03-31 15:49:39 -0700
commit784a4a5d32dcaa7dbaab4610f09cb0159e93147f (patch)
treea94766d1b727e42c09160e0827e6d6d214a6ddd8 /tests
parent749cc8f5a87929c6be7d52d75ddb444af8b34ee3 (diff)
downloadcoreclr-784a4a5d32dcaa7dbaab4610f09cb0159e93147f.tar.gz
coreclr-784a4a5d32dcaa7dbaab4610f09cb0159e93147f.tar.bz2
coreclr-784a4a5d32dcaa7dbaab4610f09cb0159e93147f.zip
Correctly disable MarshalStructAsLayoutSeq test
Diffstat (limited to 'tests')
-rw-r--r--tests/x86_legacy_backend_issues.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/x86_legacy_backend_issues.targets b/tests/x86_legacy_backend_issues.targets
index 931e5f6677..133d5a4a7e 100644
--- a/tests/x86_legacy_backend_issues.targets
+++ b/tests/x86_legacy_backend_issues.targets
@@ -487,7 +487,7 @@
<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\Dev11\External\dev11_239804\ShowLocallocAlignment\ShowLocallocAlignment.cmd">
<Issue>needs triage</Issue>
</ExcludeList>
- <ExcludeList Include="$(XunitTestBinBase)\Interop\StructMarshalling\PInvoke\MarshalStructAsLayoutSeq\MarshalStructAsLayoutSeq">
+ <ExcludeList Include="$(XunitTestBinBase)\Interop\StructMarshalling\PInvoke\MarshalStructAsLayoutSeq\MarshalStructAsLayoutSeq.cmd">
<Issue>needs triage</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)\Interop\BestFitMapping\BestFitMapping\BestFitMapping.cmd">