From 855156b5e87e246acbe607ef68a94412dbf4d01e Mon Sep 17 00:00:00 2001 From: kevinlul <6320810+kevinlul@users.noreply.github.com> Date: Sat, 29 Jun 2019 19:26:38 -0400 Subject: [PATCH] Add regression tests for #1642 --- test/src/unit-regression.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/test/src/unit-regression.cpp b/test/src/unit-regression.cpp index 6b7d90aa9..b4850d6b7 100644 --- a/test/src/unit-regression.cpp +++ b/test/src/unit-regression.cpp @@ -1799,3 +1799,14 @@ TEST_CASE("regression tests, exceptions dependent") } } #endif + +///////////////////////////////////////////////////////////////////// +// for #1642 +///////////////////////////////////////////////////////////////////// +template class array {}; +template class object {}; +template class string {}; +template class boolean {}; +template class number_integer {}; +template class number_unsigned {}; +template class number_float {}; \ No newline at end of file