summaryrefslogtreecommitdiff
path: root/ext/intl/tests/symfony_format_type_int32_intl1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/symfony_format_type_int32_intl1.phpt')
-rw-r--r--ext/intl/tests/symfony_format_type_int32_intl1.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/intl/tests/symfony_format_type_int32_intl1.phpt b/ext/intl/tests/symfony_format_type_int32_intl1.phpt
index 2867b35690..7d892cf5b6 100644
--- a/ext/intl/tests/symfony_format_type_int32_intl1.phpt
+++ b/ext/intl/tests/symfony_format_type_int32_intl1.phpt
@@ -10,13 +10,13 @@ Symfony StubNumberFormatterTest#testFormatTypeInt32Intl #1
// Crashes on Windows
// Windows note: the popup '...program has stopped working'(AEDebug Popup)
-// doesn't always show if you're rapidly running this test repeatedly.
+// doesn't always show if you're rapidly running this test repeatedly.
// regardless of that, the test always crashes every time.
// (it will show up the first time, or if you wait a while before running it again.)
// (the popup may also be disabled, which can be done with a registry setting.)
// you can confirm it crashed by checking the exit code OR
// the message this test prints at the very end (expected output for pass).
-//
+//
// Get Exit Code
// Linux: echo $?
// Windows: echo %ErrorLevel%