[ci skip] Fix a test skip message
diff --git a/tests/codeigniter/core/compat/hash_test.php b/tests/codeigniter/core/compat/hash_test.php
index 25bbd4e..45a5b39 100644
--- a/tests/codeigniter/core/compat/hash_test.php
+++ b/tests/codeigniter/core/compat/hash_test.php
@@ -6,7 +6,7 @@
 	{
 		if (is_php('5.5'))
 		{
-			return $this->markTestSkipped('ext/standard/password is available on PHP 5.5');
+			return $this->markTestSkipped('ext/hash is available on PHP 5.5');
 		}
 
 		$this->assertTrue(function_exists('hash_pbkdf2'));