Browse Source

another test issue found by scan-build

master
Mike Hamburg 10 years ago
parent
commit
26c04d14ca
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/test_pointops.c

+ 1
- 1
test/test_pointops.c View File

@@ -315,7 +315,7 @@ int test_decaf (void) {
twist_even(&tw_ext2, &ext);

if (~validate_tw_extensible(&tw_ext)) {
if (~succ | ~validate_tw_extensible(&tw_ext)) {
youfail();
printf("Invalid decaf tw deser:\n");
field_print(" s", serf);


Loading…
Cancel
Save