aboutsummaryrefslogtreecommitdiff
path: root/src/backends/cl/test/ClJsonPrinterTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/cl/test/ClJsonPrinterTests.cpp')
-rw-r--r--src/backends/cl/test/ClJsonPrinterTests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backends/cl/test/ClJsonPrinterTests.cpp b/src/backends/cl/test/ClJsonPrinterTests.cpp
index 6a27e8c6c7..d188a8e9f4 100644
--- a/src/backends/cl/test/ClJsonPrinterTests.cpp
+++ b/src/backends/cl/test/ClJsonPrinterTests.cpp
@@ -17,7 +17,7 @@ BOOST_FIXTURE_TEST_SUITE(ClJsonPrinter, ClProfilingContextControlFixture)
BOOST_AUTO_TEST_CASE(SoftmaxProfilerJsonPrinterGpuAccTest)
{
std::vector<armnn::BackendId> backends = {armnn::Compute::GpuAcc};
- SetupSoftmaxProfilerWithSpecifiedBackendsAndValidateJsonPrinterResult(backends);
+ RunSoftmaxProfilerJsonPrinterTest(backends);
}
BOOST_AUTO_TEST_SUITE_END() \ No newline at end of file