diff options
Diffstat (limited to 'tests/Test_choice.c')
-rw-r--r-- | tests/Test_choice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Test_choice.c b/tests/Test_choice.c index c00d738..9288ea3 100644 --- a/tests/Test_choice.c +++ b/tests/Test_choice.c @@ -34,7 +34,7 @@ main (int argc, char** argv) int data_size = sizeof (data); if (!choicefile) - choicefile = "choice.asn"; + choicefile = "pkix.asn"; /* Encode */ result = asn1_parser2tree (choicefile, &definitions, errorDescription); |