summaryrefslogtreecommitdiff
path: root/ext/com_dotnet/tests/variants_x64.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/com_dotnet/tests/variants_x64.phpt')
-rw-r--r--ext/com_dotnet/tests/variants_x64.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/com_dotnet/tests/variants_x64.phpt b/ext/com_dotnet/tests/variants_x64.phpt
index 88f9f3e126..6a1b7e1c12 100644
--- a/ext/com_dotnet/tests/variants_x64.phpt
+++ b/ext/com_dotnet/tests/variants_x64.phpt
@@ -5,7 +5,7 @@ COM: General variant tests
if (!extension_loaded("com_dotnet")) print "skip COM/.Net support not present";
if (8 != PHP_INT_SIZE) print "skip x64 only";
if ((string) variant_cat(new VARIANT(false), new VARIANT(0.5)) != 'False0.5')
- print "skip English locale only";
+ print "skip English locale only";
?>
--FILE--
<?php