mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
change bat calling from powershell. Change asm test to test system
This commit is contained in:
parent
92b096d7d4
commit
1b6295ebe1
@ -149,7 +149,7 @@ before_deploy:
|
|||||||
|
|
||||||
Write-Host "[before_deploy] About to call push_asm batch script!"
|
Write-Host "[before_deploy] About to call push_asm batch script!"
|
||||||
|
|
||||||
.\asm\scripts\push_asm.bat
|
cmd.exe /c 'asm\scripts\push_asm.bat'
|
||||||
|
|
||||||
Write-Host "[before_deploy] after push asm!"
|
Write-Host "[before_deploy] after push asm!"
|
||||||
}
|
}
|
||||||
|
@ -48,8 +48,8 @@ bool foo()
|
|||||||
span<const int> cs;
|
span<const int> cs;
|
||||||
ret = ret || (cs.size() == 0 && cs.data() == nullptr);
|
ret = ret || (cs.size() == 0 && cs.data() == nullptr);
|
||||||
|
|
||||||
span<int> s2{};
|
// span<int> s2{};
|
||||||
ret = ret || (s2.size() == 0 && s2.data() == nullptr);
|
// ret = ret || (s2.size() == 0 && s2.data() == nullptr);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user