summaryrefslogtreecommitdiff
path: root/pmt/src/lib/unv_qa_template.cc.t
diff options
context:
space:
mode:
Diffstat (limited to 'pmt/src/lib/unv_qa_template.cc.t')
-rw-r--r--pmt/src/lib/unv_qa_template.cc.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/pmt/src/lib/unv_qa_template.cc.t b/pmt/src/lib/unv_qa_template.cc.t
index 3db508bce..1e2c8e8eb 100644
--- a/pmt/src/lib/unv_qa_template.cc.t
+++ b/pmt/src/lib/unv_qa_template.cc.t
@@ -26,7 +26,7 @@ qa_pmt_unv::test_@TAG@vector()
CPPUNIT_ASSERT_EQUAL(s1, rd[1]);
CPPUNIT_ASSERT_EQUAL(s2, rd[2]);
- @TYPE@ *wr = pmt_@TAG@vector_writeable_elements(v1, len);
+ @TYPE@ *wr = pmt_@TAG@vector_writable_elements(v1, len);
CPPUNIT_ASSERT_EQUAL(len, N);
wr[0] = @TYPE@(0);
CPPUNIT_ASSERT_EQUAL(@TYPE@(0), wr[0]);