aboutsummaryrefslogtreecommitdiff
path: root/tests/InferenceTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/InferenceTest.cpp')
-rw-r--r--tests/InferenceTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/InferenceTest.cpp b/tests/InferenceTest.cpp
index 7413de97dd..89e78def2f 100644
--- a/tests/InferenceTest.cpp
+++ b/tests/InferenceTest.cpp
@@ -82,7 +82,7 @@ bool ParseCommandLine(int argc, char** argv, IInferenceTestCaseProvider& testCas
return false;
}
- if (!testCaseProvider.ProcessCommandLineOptions())
+ if (!testCaseProvider.ProcessCommandLineOptions(outParams))
{
return false;
}