Home
last modified time | relevance | path

Searched refs:SwVersPath (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A DHost.cpp441 const char *SwVersPath = "/usr/bin/sw_vers"; in TEST_F() local
442 StringRef argv[] = {SwVersPath, "-productVersion"}; in TEST_F()
445 ASSERT_EQ(runAndGetCommandOutput(SwVersPath, argv, Buffer, Size), true); in TEST_F()