summaryrefslogtreecommitdiff
path: root/test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test.cc')
-rw-r--r--test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.cc b/test.cc
index a96cb7a..fc2135e 100644
--- a/test.cc
+++ b/test.cc
@@ -504,7 +504,7 @@ int main() {
[&] {
tst("arrays");
- ::zp::dev::arr<::zp::i8,::std::allocator<::zp::i8>> arr(0x8u);
+ ::zp::arr<::zp::i8,::std::allocator<::zp::i8>> arr(0x8u);
chkeq(arr.len(),0x8u);