From 0a25fe4094aadacba0e6680770f450f043838225 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Sun, 29 Jun 2008 23:52:52 +0200
Subject: [PATCH] hash_7_4() is deprecated.

Rev: lib/7.4/modules/testsuite.in:1.5
---
 lib/7.4/modules/testsuite.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lib/7.4/modules/testsuite.in b/lib/7.4/modules/testsuite.in
index ae23c5a107..6e493f224f 100644
--- a/lib/7.4/modules/testsuite.in
+++ b/lib/7.4/modules/testsuite.in
@@ -8,7 +8,9 @@ Array.diff3_old(({"a"}),({"a","b"}),({"b","a"})) ]],
 
 test_true(arrayp( rusage() ))
 
-test_eq(hash("hello\12345"), hash_7_4("hello\12345"))
+ignore_warning("Calling a deprecated value.", [[
+  test_eq(hash("hello\12345"), hash_7_4("hello\12345"))
+]])
 
 test_compile_error( String.String_buffer x; )
 test_eval_error( String.strmult("foo",4); )
-- 
GitLab