From 38e82bd7f0a0451dce42989ef79c758ab9193ab4 Mon Sep 17 00:00:00 2001 From: Victor Bandur Date: Tue, 24 Oct 2017 13:18:10 +0200 Subject: [PATCH] - Typo in type encoding in test. - Addresses #108. --- c/vdmclib/src/test/Expressions_Tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/vdmclib/src/test/Expressions_Tests.cpp b/c/vdmclib/src/test/Expressions_Tests.cpp index ae53911d..4bcda0e1 100644 --- a/c/vdmclib/src/test/Expressions_Tests.cpp +++ b/c/vdmclib/src/test/Expressions_Tests.cpp @@ -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;