Update examples
This commit is contained in:
6
testsuite/load/unloadpkg/Main.hs
Normal file
6
testsuite/load/unloadpkg/Main.hs
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
import System.Plugins
|
||||
|
||||
main = do loadPackage "posix"
|
||||
unloadPackage "posix"
|
||||
loadPackage "posix"
|
4
testsuite/load/unloadpkg/Makefile
Normal file
4
testsuite/load/unloadpkg/Makefile
Normal file
@ -0,0 +1,4 @@
|
||||
TEST= load/unloadpkg
|
||||
|
||||
TOP=../../..
|
||||
include ../../eval.mk
|
0
testsuite/load/unloadpkg/expected
Normal file
0
testsuite/load/unloadpkg/expected
Normal file
Reference in New Issue
Block a user