// Copyright 2015 The Vanadium Authors. All rights reserved. | |
// Use of this source code is governed by a BSD-style | |
// license that can be found in the LICENSE file. | |
package device_test | |
import ( | |
"v.io/x/ref/test/v23tests" | |
) | |
const runTestOnThisPlatform = false | |
const psFlags = "-ej" | |
// TODO(rjkroege): Complete test implementation on Darwin. | |
func makeTestAccounts(*v23tests.T) { | |
} |