Skip to content

Commit

Permalink
Removed some tests using first-class labels
Browse files Browse the repository at this point in the history
With the new approach to handlers, first-class labels should be
redesigned too. Currently, they are removed from the implementation, so
the following tests (and one example) are also removed:

- examples/LWT.fram
- test/err/tc_0003_escapingType.fram
- test/ok/ok0063_firstClassLabel.fram
- test/ok/ok0065_effectName.fram

We will reintroduce these tests, when we finish the new implementation
of first-class labels.
  • Loading branch information
ppolesiuk committed Aug 28, 2024
1 parent b0eb505 commit 0711089
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 120 deletions.
102 changes: 0 additions & 102 deletions examples/LWT.fram

This file was deleted.

9 changes: 0 additions & 9 deletions test/err/tc_0003_escapingType.fram

This file was deleted.

2 changes: 0 additions & 2 deletions test/ok/ok0063_firstClassLabel.fram

This file was deleted.

6 changes: 0 additions & 6 deletions test/ok/ok0065_effectName.fram

This file was deleted.

1 change: 0 additions & 1 deletion test/test_suite
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ run_with_flags simple_run_tests "-no-prelude -no-stdlib"
function simple_examples {
simple_test examples/Tick.fram
simple_test examples/LWT_lexical.fram
simple_test examples/LWT.fram
simple_test examples/Prolog.fram
simple_test examples/Pythagorean.fram
simple_test examples/Modules/Main.fram
Expand Down

0 comments on commit 0711089

Please sign in to comment.