summaryrefslogtreecommitdiffstats
path: root/src/test/templates/propertywatchgentest.mako.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/templates/propertywatchgentest.mako.hpp')
-rw-r--r--src/test/templates/propertywatchgentest.mako.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/templates/propertywatchgentest.mako.hpp b/src/test/templates/propertywatchgentest.mako.hpp
index ac4dbee..4fe3be8 100644
--- a/src/test/templates/propertywatchgentest.mako.hpp
+++ b/src/test/templates/propertywatchgentest.mako.hpp
@@ -1,6 +1,6 @@
auto storageCount = ${len(instances)};
-const std::array<Index, ${len(instancegroups)}> indicies = {{
+const std::array<Index, ${len(instancegroups)}> indices = {{
% for g in instancegroups:
{
% for i in g.members:
OpenPOWER on IntegriCloud