1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-14 08:27:03 +03:00

[tests] remove unused pragma

This commit is contained in:
Jan Mas Rovira 2022-03-16 13:59:10 +01:00
parent df5f6d2df0
commit b7347efde1

View File

@ -1,5 +1,3 @@
{-# OPTIONS_GHC -Wno-unrecognised-pragmas #-}
{-# HLINT ignore "Use lambda-case" #-}
module Scope.Negative (allTests) where
import Base