mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 16:29:03 +00:00
Segfault when passing arguments to test_conformance_spirv_new
This commit is contained in:
committed by
Kévin Petit
parent
5238c0a0ab
commit
31a56be88c
@@ -164,7 +164,7 @@ int main(int argc, const char *argv[])
|
|||||||
{
|
{
|
||||||
gReSeed = 1;
|
gReSeed = 1;
|
||||||
return runTestHarness(argc, argv,
|
return runTestHarness(argc, argv,
|
||||||
spirvTestsRegistry::getInstance().getNumTests() + 1,
|
spirvTestsRegistry::getInstance().getNumTests(),
|
||||||
spirvTestsRegistry::getInstance().getTestDefinitions(),
|
spirvTestsRegistry::getInstance().getTestDefinitions(),
|
||||||
false, false, 0);
|
false, false, 0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user