Browse Source

This should fail

Michael Ragazzon 5 years ago
parent
commit
24a5319125
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Tests/Source/DataExpression.cpp

+ 1 - 1
Tests/Source/DataExpression.cpp

@@ -25,7 +25,7 @@ String TestExpression(const String& expression, const char* benchmark_name = nul
 			});
 	}
 
-	if (parser.Parse(false))
+	if (parser.Parse(false) && false)
 	{
 		Program program = parser.ReleaseProgram();
 		AddressList addresses = parser.ReleaseAddresses();