aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli/internal/cacheitem/create_windows_test.go
blob: 2cbb8b948a4f4b472734db43bc55b888917904d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//go:build windows
// +build windows

package cacheitem

import (
	"testing"

	"github.com/vercel/turbo/cli/internal/turbopath"
)

func createFifo(t *testing.T, anchor turbopath.AbsoluteSystemPath, fileDefinition createFileDefinition) error {
	return errUnsupportedFileType
}