diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-31 13:43:34 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-31 13:43:34 +0200 |
commit | b5a680c5de114dd6d0ea4ab29715c2bcff2b1ec4 (patch) | |
tree | 26d7799d124016b94f93b5150d98425834da2fa8 /smoketest | |
parent | 80932c9e27c9be592be8efca0ce637f09a158e2e (diff) |
SAL_DIAGNOSE_ABORT is no longer used
Change-Id: I87090e2714bca3ea7a9ad8a8ff966702139ba345
Diffstat (limited to 'smoketest')
-rw-r--r-- | smoketest/CppunitTest_smoketest.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/smoketest/CppunitTest_smoketest.mk b/smoketest/CppunitTest_smoketest.mk index 5909c309467c..d245290cc6a6 100644 --- a/smoketest/CppunitTest_smoketest.mk +++ b/smoketest/CppunitTest_smoketest.mk @@ -10,8 +10,6 @@ $(eval $(call gb_CppunitTest_CppunitTest,smoketest)) -$(eval $(call gb_CppunitTest_abort_on_assertion,smoketest)) - $(eval $(call gb_CppunitTest_add_exception_objects,smoketest,\ smoketest/smoketest_too \ )) |