Skip to content

Commit

Permalink
- Typo in type encoding in test.
Browse files Browse the repository at this point in the history
-  Addresses #108.
  • Loading branch information
bandurvp committed Oct 24, 2017
1 parent fcab775 commit 38e82bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/vdmclib/src/test/Expressions_Tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ TEST(Expression, isProdIntChar)

TEST(Expression, isProdIntProdIntChar)
{
char ot[] = {'1', 'P', 2, '*', '1', 'i', '*', '0', 'P', 2, '*', '1', 'i', '*', '1', 'c', '*'};
char ot[] = {'1', 'P', 2, '*', '1', 'i', '*', '0', 'P', 2, '*', '1', 'i', '*', '1', 'c', '*', '*'};
TVP res;


Expand Down

0 comments on commit 38e82bd

Please sign in to comment.