From e616d095ab24a924d5e01200f57cc074dc477ca8 Mon Sep 17 00:00:00 2001 From: kevinlul <6320810+kevinlul@users.noreply.github.com> Date: Sun, 30 Jun 2019 11:57:57 -0400 Subject: [PATCH] Remove boolean regression test for #1642 --- test/src/unit-regression.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/src/unit-regression.cpp b/test/src/unit-regression.cpp index b4850d6b79..3dfcef0b86 100644 --- a/test/src/unit-regression.cpp +++ b/test/src/unit-regression.cpp @@ -1806,7 +1806,6 @@ TEST_CASE("regression tests, exceptions dependent") 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