Merge pull request #17567 from Microsoft/10662-lxcunittest

Windows: Fix go test in execdriver\lxc
Upstream-commit: 4468e1e74e225f38b251fbcfdce633b619ea2e7a
Component: engine
This commit is contained in:
Alexander Morozov
2015-10-31 09:40:19 -07:00

View File

@ -2,6 +2,10 @@
package lxc
// InitArgs contains args provided to the init function for a driver
type InitArgs struct {
}
func finalizeNamespace(args *InitArgs) error {
panic("Not supported on this platform")
}