Skip to content

Commit 293b30c

Browse files
committed
Rename new tests
I got rid of the pattern lambdas to make them, so the test name doesn't really make sense anymore
1 parent f9f0a06 commit 293b30c

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

test/AllTests.agda

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ import Issue317
8888
import Issue353
8989
import RankNTypes
9090
import ErasedPatternLambda
91-
import ErasedPatternLambda2
92-
import ErasedPatternLambda3
9391
import CustomTuples
9492
import ProjectionLike
9593
import FunCon
@@ -105,6 +103,8 @@ import Issue408
105103
import CompileTo
106104
import RuntimeCast
107105
import Issue306
106+
import RelevantDotPattern1
107+
import RelevantDotPattern2
108108

109109
{-# FOREIGN AGDA2HS
110110
import Issue14
@@ -190,8 +190,6 @@ import Issue317
190190
import Issue353
191191
import RankNTypes
192192
import ErasedPatternLambda
193-
import ErasedPatternLambda2
194-
import ErasedPatternLambda3
195193
import CustomTuples
196194
import ProjectionLike
197195
import FunCon
@@ -207,4 +205,6 @@ import Issue408
207205
import CompileTo
208206
import RuntimeCast
209207
import Issue306
208+
import RelevantDotPattern1
209+
import RelevantDotPattern2
210210
#-}

test/ErasedPatternLambda2.agda renamed to test/RelevantDotPattern1.agda

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-- Derived from "ErasedPatternLambda"
12
open import Haskell.Prelude
23

34
Scope = List Bool

test/ErasedPatternLambda3.agda renamed to test/RelevantDotPattern2.agda

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-- Derived from "ErasedPatternLambda"
12
open import Haskell.Prelude
23

34
Scope = List Bool

test/golden/AllTests.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ import Issue317
8383
import Issue353
8484
import RankNTypes
8585
import ErasedPatternLambda
86-
import ErasedPatternLambda2
87-
import ErasedPatternLambda3
8886
import CustomTuples
8987
import ProjectionLike
9088
import FunCon
@@ -100,4 +98,6 @@ import Issue408
10098
import CompileTo
10199
import RuntimeCast
102100
import Issue306
101+
import RelevantDotPattern1
102+
import RelevantDotPattern2
103103

test/golden/ErasedPatternLambda2.hs renamed to test/golden/RelevantDotPattern1.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module ErasedPatternLambda2 where
1+
module RelevantDotPattern1 where
22

33
data Telescope = ExtendTel Bool Telescope
44

test/golden/ErasedPatternLambda3.hs renamed to test/golden/RelevantDotPattern2.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module ErasedPatternLambda3 where
1+
module RelevantDotPattern2 where
22

33
data Telescope = ExtendTel Bool Telescope
44

0 commit comments

Comments
 (0)