diff UnitTestsSources/TestMessageBroker.cpp @ 467:22b80f5c3a1c am-touch-events

fix for SDL builds
author am@osimis.io
date Tue, 12 Feb 2019 10:01:49 +0100
parents b70fcc134ba4
children 1201b12eb9f8
line wrap: on
line diff
--- a/UnitTestsSources/TestMessageBroker.cpp	Thu Feb 07 09:36:15 2019 +0100
+++ b/UnitTestsSources/TestMessageBroker.cpp	Tue Feb 12 10:01:49 2019 +0100
@@ -312,7 +312,7 @@
   ASSERT_EQ(0, testCounter);
 }
 
-#if __cplusplus >= 201103L
+#if 0 //__cplusplus >= 201103L
 
 TEST(MessageBroker, TestLambdaSimpleUseCase)
 {