Explorar o código

removing force inline lambda test

Roberto Parolin %!s(int64=6) %!d(string=hai) anos
pai
achega
e503246fef
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      test/source/TestEABase.cpp

+ 4 - 4
test/source/TestEABase.cpp

@@ -2487,10 +2487,10 @@ int TestEACompilerTraits()
 	}
 
 	{ // Test EA_FORCE_INLINE_LAMBDA
-		auto testLambda = []() EA_FORCE_INLINE_LAMBDA
-		{
-		};
-		testLambda();
+		// auto testLambda = []() EA_FORCE_INLINE_LAMBDA
+		// {
+		// };
+		// testLambda();
 	}