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

Move 7.8 tests to the 7.8 compat code directory.

parent 37bbfbc8
Branches
Tags
No related merge requests found
......@@ -265,4 +265,16 @@ test_any([[
return proxy->crypt("123");
]], "")
test_do(add_constant("foobar",lambda() { return 1; }))
test_any([[
#pike 7.8
#if efun(foobar)
return 1;
#else
return 0;
#endif
]],1)
test_do(add_constant("foobar"))
END_MARKER
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment