Skip to content

Commit e9638a5

Browse files
Add hie.yaml files in testdata to help CI run.
This is a cludge. We should be auto-generating these files. See #517. But for now we can get the tests running, then fix that part later.
1 parent 8efc4e8 commit e9638a5

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

test/testdata/addPragmas/hie.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
cradle:
2+
direct:
3+
arguments:
4+
- "NeedsPragmas"

test/testdata/hie.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
cradle:
2+
direct:
3+
arguments:
4+
- "CodeActionImport"
5+
- "CodeActionOnly"
6+
- "CodeActionRename"
7+
- "TopLevelSignature"
8+
- "TypedHoles"
9+
- "TypedHoles2"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
cradle:
2+
direct:
3+
arguments:
4+
- "src/CodeActionRedundant"
5+
- "src/MultipleImports"

0 commit comments

Comments
 (0)