Skip to content

Commit 66612ad

Browse files
robertoaloimeta-codesync[bot]
authored andcommitted
Remove obsolete Haskell E2E tests for the Erlang extension
Reviewed By: TheGeorge, alanz Differential Revision: D84231176 fbshipit-source-id: e01b3c92c54064bd9c87bc836ba782e8bbf3dbb7
1 parent 293a2ac commit 66612ad

File tree

4 files changed

+0
-17
lines changed

4 files changed

+0
-17
lines changed

test_projects/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,3 @@ From this directory, you can manually test:
1111
```
1212

1313
Automated tests live in crates/elp/bin/main.rs
14-
15-
See also //whatsapp/elp_test/README.md for additonal end-to-end LSP tests.
Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
11
Dummy modules to exercise "goto definition".
2-
3-
Tests themselves live in `//whatsapp/elp_test/` repo.
4-
To run them against local elp changes, you can do:
5-
```
6-
% ./meta/cargo.sh build --release --target-dir ~/elp-out/
7-
% buck test @mode/dev //whatsapp/elp_test/test:test -- definition --env ELP_PATH_FOR_LSP_TEST=$HOME/elp-out/release/elp
8-
```
Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
11
Dummy modules to exercise "documentation tooltip (edoc) on hover".
2-
3-
Tests themselves live in `//whatsapp/elp_test/` repo.
4-
To run them against local elp changes, you can do:
5-
```
6-
% ./meta/cargo.sh build --release --target-dir ~/elp-out/
7-
% buck test @mode/dev //whatsapp/elp_test/test:test -- hover --env ELP_PATH_FOR_LSP_TEST=$HOME/elp-out/release/elp
8-
```
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
One error per module for simple and robust diagnostic tests.
2-
Some of those modules are checked in //whatsapp/elp_test.

0 commit comments

Comments
 (0)