. ../../../testutils.sh

idris2 --no-prelude Test.idr < input
sleep 1
touch Mult.idr
idris2 --no-prelude Test.idr < input

# Disabled until we have a portable way to do this
#sleep 1
#touch Mult.idr
#idris2 --no-prelude -Xcheck-hashes Test.idr < input
