From 2dec6dd505897498b8ea50043190961159f0b407 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Thu, 15 Jul 2010 09:29:32 +0000 Subject: tests: Added Xbox360 and PS3 toolset support git-svn-id: http://pugixml.googlecode.com/svn/trunk@602 99668b35-9821-0410-8761-19e4c4f06640 --- tests/main.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tests/main.cpp') diff --git a/tests/main.cpp b/tests/main.cpp index b8d4e53..4330009 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -110,6 +110,15 @@ static bool run_test(test_runner* test) #endif } +#if defined(__CELLOS_LV2__) && defined(PUGIXML_NO_EXCEPTIONS) && !defined(__SNC__) +#include + +void std::exception::_Raise() const +{ + abort(); +} +#endif + int main() { #ifdef __BORLANDC__ -- cgit v1.2.3