819d24
From 0a9113dcba2930b658cb67f9ba1c63ad8eebd88f Mon Sep 17 00:00:00 2001
819d24
From: William S Fulton <wsf@fultondesigns.co.uk>
819d24
Date: Tue, 19 Sep 2017 07:37:29 +0100
819d24
Subject: [PATCH] Correct php testcase
819d24
819d24
---
819d24
 Examples/test-suite/php/preproc_constants_runme.php | 2 +-
819d24
 1 file changed, 1 insertion(+), 1 deletion(-)
819d24
819d24
diff --git a/Examples/test-suite/php/preproc_constants_runme.php b/Examples/test-suite/php/preproc_constants_runme.php
819d24
index ef32867..bd216c2 100644
819d24
--- a/Examples/test-suite/php/preproc_constants_runme.php
819d24
+++ b/Examples/test-suite/php/preproc_constants_runme.php
819d24
@@ -61,8 +61,8 @@ check::equal(gettype(preproc_constants::EXPR_OR), "integer", "preproc_constants.
819d24
 check::equal(gettype(preproc_constants::EXPR_LAND), "boolean", "preproc_constants.EXPR_LAND has unexpected type");
819d24
 check::equal(gettype(preproc_constants::EXPR_LOR), "boolean", "preproc_constants.EXPR_LOR has unexpected type");
819d24
 check::equal(gettype(preproc_constants::EXPR_CONDITIONAL), "double", "preproc_constants.EXPR_CONDITIONAL has unexpected type");
819d24
+check::equal(gettype(preproc_constants::EXPR_MIXED1), "double", "preproc_constants.EXPR_MIXED1 has unexpected type");
819d24
 check::equal(gettype(preproc_constants::EXPR_WCHAR_MAX), "integer", "preproc_constants.EXPR_WCHAR_MAX has unexpected type");
819d24
 check::equal(gettype(preproc_constants::EXPR_WCHAR_MIN), "integer", "preproc_constants.EXPR_WCHAR_MIN has unexpected type");
819d24
-check::equal(gettype(preproc_constants::EXPR_MIXED1), "integer", "preproc_constants.EXPR_MIXED1 has unexpected type");
819d24
 
819d24
 ?>
819d24
-- 
819d24
2.9.5
819d24