diff options
author | bd <bdunahu@operationnull.com> | 2025-05-11 12:20:33 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-05-11 12:21:34 -0400 |
commit | 26c24ab3c581967015490d1a11ee098bb5ba338a (patch) | |
tree | 94c8f59ae7d530127d8cd49ce1e6480da7397d6f /tests/ex.cc | |
parent | 6f4e9e0b914c3e68691a5d884cbad0b5813fcf18 (diff) |
Replaced STOREV with LOADV
Diffstat (limited to 'tests/ex.cc')
-rw-r--r-- | tests/ex.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ex.cc b/tests/ex.cc index 5972182..5dbbe32 100644 --- a/tests/ex.cc +++ b/tests/ex.cc @@ -538,7 +538,7 @@ TEST_CASE_METHOD(EXFixture, "LOAD", "[ex]") delete i; } -// TEST_CASE_METHOD(EXFixture, "LOADV", "[ex]") +// TEST_CASE_METHOD(EXFixture, "SRDL", "[ex]") // { // } @@ -763,7 +763,7 @@ TEST_CASE_METHOD(EXFixture, "STORE", "[ex]") delete i; } -// TEST_CASE_METHOD(EXFixture, "STOREV", "[ex]") +// TEST_CASE_METHOD(EXFixture, "SRDS", "[ex]") // { // } |