From a4110a59c5ec9a016f26061b217cd7bc15bd40dc Mon Sep 17 00:00:00 2001 From: Malcolm Tyrrell Date: Thu, 23 Jul 2020 16:08:30 +0100 Subject: [PATCH] Use runtime error. --- test/unit/utImporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/utImporter.cpp b/test/unit/utImporter.cpp index 33d8cd1e0..cd30333f5 100644 --- a/test/unit/utImporter.cpp +++ b/test/unit/utImporter.cpp @@ -317,7 +317,7 @@ namespace } else if (pFile == "stdException.fail") { - throw std::exception("std::exception test"); + throw std::runtime_error("std::exception test"); } else if (pFile == "unexpectedException.fail") {