Signed-off-by: Ahmet Alp Balkan <ahmetb@microsoft.com> Upstream-commit: 5d615dff10f31ea6bf77a1233b1821b0e525e456 Component: engine
9 lines
121 B
Go
9 lines
121 B
Go
// +build windows
|
|
|
|
package main
|
|
|
|
const (
|
|
// identifies if test suite is running on a unix platform
|
|
isUnixCli = false
|
|
)
|