summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2014-07-16 11:34:07 -0700
committerTushar Gohad <tushar.gohad@intel.com>2014-07-16 11:34:07 -0700
commit1c632ec72c04b7fcc34cefc4809f8e6293ef290a (patch)
tree7b12885a2f2923b2af3ddfe3bb64ff7e7c892b43 /test
parent2de939a9a55c18698cad2aadf3a8f3e95cc4e7c3 (diff)
downloadliberasurecode-1c632ec72c04b7fcc34cefc4809f8e6293ef290a.tar.gz
Rename flat_xor_3 -> flat_xor_hd
Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
Diffstat (limited to 'test')
-rw-r--r--test/liberasurecode_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/liberasurecode_test.c b/test/liberasurecode_test.c
index 5fd17ae..197e927 100644
--- a/test/liberasurecode_test.c
+++ b/test/liberasurecode_test.c
@@ -4,7 +4,7 @@ int main()
{
int blocksize = 4096;
char **data = NULL, **parity = NULL;
- int desc = liberasurecode_instance_create("flat_xor_3", 10, 4, 0, NULL);
+ int desc = liberasurecode_instance_create("flat_xor_hd", 10, 4, 0, NULL);
liberasurecode_encode(desc, data, parity, blocksize);
liberasurecode_instance_destroy(desc);
return 0;