Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 7aeb882

Browse files
author
Patrick Thomson
committed
Just don't optimize these specs for now.
1 parent 0083fb4 commit 7aeb882

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

test/Analysis/Go/Spec.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{-# OPTIONS_GHC -O0 #-}
12
module Analysis.Go.Spec (spec) where
23

34
import Data.Abstract.Evaluatable (EvalError(..))

test/Analysis/PHP/Spec.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{-# OPTIONS_GHC -O0 #-}
12
module Analysis.PHP.Spec (spec) where
23

34
import Control.Abstract

test/Analysis/Ruby/Spec.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{-# OPTIONS_GHC -O0 #-}
12
{-# LANGUAGE TupleSections #-}
23
module Analysis.Ruby.Spec (spec) where
34

test/Analysis/TypeScript/Spec.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
{-# OPTIONS_GHC -O0 #-}
2+
13
module Analysis.TypeScript.Spec (spec) where
24

35
import Data.Syntax.Statement (StatementBlock(..))

test/Graphing/Calls/Spec.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
module Graphing.Calls.Spec ( spec ) where
44

55
import Prelude hiding (readFile)
6-
import Prologue
76
import SpecHelpers hiding (readFile)
87

98
import Algebra.Graph

0 commit comments

Comments
 (0)