aboutsummaryrefslogtreecommitdiff
path: root/tests/Globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Globals.h')
-rw-r--r--tests/Globals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Globals.h b/tests/Globals.h
index 823b5d6df5..d94250bb82 100644
--- a/tests/Globals.h
+++ b/tests/Globals.h
@@ -24,7 +24,7 @@
#ifndef __ARM_COMPUTE_TEST_GLOBALS_H__
#define __ARM_COMPUTE_TEST_GLOBALS_H__
-#include "TensorLibrary.h"
+#include "AssetsLibrary.h"
#include <memory>
@@ -32,7 +32,7 @@ namespace arm_compute
{
namespace test
{
-extern std::unique_ptr<TensorLibrary> library;
+extern std::unique_ptr<AssetsLibrary> library;
} // namespace test
} // namespace arm_compute
#endif /* __ARM_COMPUTE_TEST_GLOBALS_H__ */