summaryrefslogtreecommitdiff
path: root/tests/run-test/test006.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-test/test006.phpt')
-rw-r--r--tests/run-test/test006.phpt9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/run-test/test006.phpt b/tests/run-test/test006.phpt
deleted file mode 100644
index 4dca66a4f7..0000000000
--- a/tests/run-test/test006.phpt
+++ /dev/null
@@ -1,9 +0,0 @@
---TEST--
-Error messages are shown
---FILE--
-<?php
-// If this test fails ask the developers of run-test.php
-$error = 1 / 0;
-?>
---EXPECTREGEX--
-.*Division by zero.*