Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
farmaazon committed Jul 12, 2021
1 parent 6b6c5ee commit bc19fd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ these updates be shipped in a stable release before the end of the year.

#### Enso Compiler

- [Updated Enso engine to version 0.2.13][xxxx]. If you're interested in the
- [Updated Enso engine to version 0.2.13][1710]. If you're interested in the
enhancements and fixes made to the Enso compiler, you can find out more
details in
[the engine release notes](https://github.com/enso-org/enso/blob/main/RELEASES.md).

[xxxx]: https://github.com/enso-org/ide/pull/xxxx
[1710]: https://github.com/enso-org/ide/pull/1710

# Enso 2.0.0-alpha.8 (2021-06-09)

Expand Down
3 changes: 1 addition & 2 deletions src/rust/ide/lib/parser/tests/parsing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ impl Fixture {
let macro_usages = vec!
[ "[]", "[1,2,3]"
, "{x}"
, "unsafe x", "private x"
, "polyglot java import com.example.MyClass"
, "foo -> bar"
, "()"
Expand Down Expand Up @@ -474,7 +473,7 @@ impl Fixture {
/// Setting up the parser is costly, so we run all tests as a single batch.
/// Until proper CI solution for calling external parser is devised, this
/// test is marked with `#[ignore]`.
#[wasm_bindgen_test]
#[test]
fn parser_tests() {
Fixture::new().run()
}
Expand Down

0 comments on commit bc19fd0

Please sign in to comment.