diff options
Diffstat (limited to 'libs/kstd/tests/src/os_panic.cpp')
| -rw-r--r-- | libs/kstd/tests/src/os_panic.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/libs/kstd/tests/src/os_panic.cpp b/libs/kstd/tests/src/os_panic.cpp deleted file mode 100644 index 0759763..0000000 --- a/libs/kstd/tests/src/os_panic.cpp +++ /dev/null @@ -1,15 +0,0 @@ -#include <kstd/tests/os_panic.hpp> - -#include <source_location> -#include <string> -#include <string_view> - -namespace kstd::os -{ - - auto panic(std::string_view message, std::source_location location) - { - throw kstd::tests::os_panic{std::string{message}, location}; - } - -} // namespace kstd::os
\ No newline at end of file |
