kfdtest: Clean up comments
Consolidate style (use /* */ for multi-line), fix typos, use dword instad of DWORD/DWord Change-Id: I620e45c1687550db41127e45641b7d79d28223a1
Этот коммит содержится в:
@@ -56,11 +56,13 @@ bool g_IsChildProcess;
|
||||
unsigned int g_TestGPUFamilyId;
|
||||
|
||||
GTEST_API_ int main(int argc, char **argv) {
|
||||
// default values for run parameters
|
||||
// Default values for run parameters
|
||||
g_TestRunProfile = TESTPROFILE_RUNALL;
|
||||
g_TestENVCaps = ENVCAPS_NOADDEDCAPS | ENVCAPS_64BITLINUX;
|
||||
g_TestTimeOut = KFD_TEST_DEFAULT_TIMEOUT;
|
||||
|
||||
// Every fatal fail ( = assert that failed ) will throw an exception
|
||||
testing::GTEST_FLAG(throw_on_failure) = true;
|
||||
testing::InitGoogleTest(&argc, argv);
|
||||
|
||||
CommandLineArguments args;
|
||||
|
||||
Ссылка в новой задаче
Block a user