Removing ' from bash command line
authorRama Krishnan Raghupathy <ramarag@microsoft.com>
Fri, 20 May 2016 01:45:16 +0000 (18:45 -0700)
committerRama Krishnan Raghupathy <ramarag@microsoft.com>
Fri, 20 May 2016 01:45:16 +0000 (18:45 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/ac868788000c683bbd6738b9938cf0e8588b0d67

src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString.csproj
src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString_1.csproj

index b2a5d33..55c6cf4 100644 (file)
@@ -16,7 +16,6 @@
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
     <CLRTestPriority>1</CLRTestPriority>
-    <CLRTestExecutionArguments>empty "This is a long string that I am trying to test to be sure that the Exchange can handle this long of a string.  If it can't then that's bad and we will have to fix it."</CLRTestExecutionArguments>
   </PropertyGroup>
   <!-- Default configurations to help VS understand the configurations -->
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
index edab44c..bc89744 100644 (file)
@@ -16,6 +16,7 @@
     <CLRTestKind>RunOnly</CLRTestKind>
     <CLRTestPriority>1</CLRTestPriority>
     <CLRTestProjectToRun>ExchangeTString.csproj</CLRTestProjectToRun>
+    <CLRTestExecutionArguments>empty "This is a long string that I am trying to test to be sure that the Exchange can handle this long of a string.  If it can not then that is bad and we will have to fix it."</CLRTestExecutionArguments>
   </PropertyGroup>
   <!-- Default configurations to help VS understand the configurations -->
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -40,4 +41,4 @@
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
   <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
   </PropertyGroup>
-</Project>
\ No newline at end of file
+</Project>