chore: disable test to fix build failure on Windows (#3410)

This commit is contained in:
Leonardo de Moura 2024-02-19 15:15:26 -08:00 committed by GitHub
parent 5d9552d66c
commit 75d7bc0ef1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,8 @@
-- this should be sufficient to trigger linking against Lake's initializer symbols
import Lake
-- TODO: uncomment the following line. We commented it to avoid a test failure on Windows.
-- Windows does not allow shared objects with more 2^16 exported symbols :(
-- import Lake
--
def main : IO Unit :=
return