Skip to content
Snippets Groups Projects
Commit 24b9dd0e authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Move 7.4 test to 7.4 testsuite.

parent 3bdc1202
No related branches found
No related tags found
No related merge requests found
...@@ -46,5 +46,7 @@ test_compile_any([[ ...@@ -46,5 +46,7 @@ test_compile_any([[
test_true(arrayp(rusage())) test_true(arrayp(rusage()))
test_true(sizeof(rusage())>28) test_true(sizeof(rusage())>28)
test_true([[ programp(Regexp) ]])
END_MARKER END_MARKER
...@@ -60,12 +60,4 @@ cond_resolv(Regexp.match, [[ ...@@ -60,12 +60,4 @@ cond_resolv(Regexp.match, [[
test_equal([[ Regexp.replace("(a)", "abrakadabra", "") ]], "brkdbr") test_equal([[ Regexp.replace("(a)", "abrakadabra", "") ]], "brkdbr")
]]) ]])
dnl Compat
test_false([[
#pike 0.6
# 1 "-" // Prevent "." from being imported
Regexp()->replace ]])
test_true([[
#pike 7.4
programp(Regexp) ]])
END_MARKER END_MARKER
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment