diff options
Diffstat (limited to 'test.cc')
-rw-r--r-- | test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -469,7 +469,7 @@ int main() { [&] { tst("arrays"); - ::zp::arr<::zp::i8,::std::allocator<::zp::i8>> arr(0x8u); + ::zp::dev::arr<::zp::i8,::std::allocator<::zp::i8>> arr(0x8u); chkeq(arr.len(),0x8u); |