Skip to content

Commit

Permalink
Add regression tests for #1642
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlul committed Jun 29, 2019
1 parent f4fca2d commit 855156b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/src/unit-regression.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1799,3 +1799,14 @@ TEST_CASE("regression tests, exceptions dependent")
}
}
#endif

/////////////////////////////////////////////////////////////////////
// for #1642
/////////////////////////////////////////////////////////////////////
template <typename T> class array {};
template <typename T> class object {};
template <typename T> class string {};
template <typename T> class boolean {};
template <typename T> class number_integer {};
template <typename T> class number_unsigned {};
template <typename T> class number_float {};

0 comments on commit 855156b

Please sign in to comment.