Skip to content

Commit 3bd6bb6

Browse files
committed
fixed broken test (syntax error in SKIPIF section)
1 parent 4b73779 commit 3bd6bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/com_dotnet/tests/bug66431_1.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (!extension_loaded("com_dotnet")){ echo "skip COM/.Net support not present";
77
try {
88
new COM("word.application", NULL, CP_UTF8);
99
} catch (Exception $e) {
10-
die('skip ' . $e->getMessage();
10+
die('skip ' . $e->getMessage());
1111
}
1212

1313
?>

0 commit comments

Comments
 (0)