windows support for plugin ipc (#7251)

* windows support for plugin ipc

* unix test fix
Этот коммит содержится в:
Chris
2017-08-18 14:21:01 -05:00
коммит произвёл Christopher Speller
родитель 42c6686602
Коммит f720288c10
5 изменённых файлов: 650 добавлений и 16 удалений

Просмотреть файл

@@ -16,7 +16,7 @@ func TestIPC(t *testing.T) {
require.NoError(t, err)
defer os.RemoveAll(dir)
pingpong := filepath.Join(dir, "pingpong")
pingpong := filepath.Join(dir, "pingpong.exe")
compileGo(t, `
package main