Skip to content
Snippets Groups Projects
Commit 0a25fe40 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

hash_7_4() is deprecated.

Rev: lib/7.4/modules/testsuite.in:1.5
parent 56398b40
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,9 @@ Array.diff3_old(({"a"}),({"a","b"}),({"b","a"})) ]], ...@@ -8,7 +8,9 @@ Array.diff3_old(({"a"}),({"a","b"}),({"b","a"})) ]],
test_true(arrayp( rusage() )) test_true(arrayp( rusage() ))
ignore_warning("Calling a deprecated value.", [[
test_eq(hash("hello\12345"), hash_7_4("hello\12345")) test_eq(hash("hello\12345"), hash_7_4("hello\12345"))
]])
test_compile_error( String.String_buffer x; ) test_compile_error( String.String_buffer x; )
test_eval_error( String.strmult("foo",4); ) test_eval_error( String.strmult("foo",4); )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment