From 034dde403fc08d48d270b7581d13ed9e768cfc63 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Mon, 9 Feb 2015 11:15:20 +0100 Subject: fix test (fixes issue 167) --- tests/cpp/include/variables/011-012-value-casting-operators.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cpp/include/variables/011-012-value-casting-operators.h b/tests/cpp/include/variables/011-012-value-casting-operators.h index 182054b..2d791b2 100644 --- a/tests/cpp/include/variables/011-012-value-casting-operators.h +++ b/tests/cpp/include/variables/011-012-value-casting-operators.h @@ -20,7 +20,7 @@ namespace TestVariables { { Php::Value value = params[0]; - long value1 = value; + int64_t value1 = value; std::string value2 = value; bool value4 = value; -- cgit v1.2.3