Skip to content

Commit

Permalink
Old syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jun 24, 2023
1 parent 15b1761 commit d88f775
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions runner/manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ packages = [
]

[requirements]
gap = { version = "~> 0.4" }
glance = { version = "~> 0.5" }
gleam_erlang = { version = "~> 0.19" }
gleam_json = { version = "~> 0.5" }
gleam_stdlib = { version = "~> 0.29" }
simplifile = { version = "~> 0.1" }
gap = "~> 0.4"
glance = "~> 0.5"
gleam_erlang = "~> 0.19"
gleam_json = "~> 0.5"
gleam_stdlib = "~> 0.29"
simplifile = "~> 0.1"
2 changes: 1 addition & 1 deletion runner/src/exercism/test_runner.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ fn get_test(
Ok(Test(name: name, src: src, module_path: module_path, function: function))
}

pub type BeamModule
pub external type BeamModule

/// This function is unsafe. It does not verify that the atom is a BEAM module
/// currently loaded by the VM, or that the function exists. Don't mess up!
Expand Down

0 comments on commit d88f775

Please sign in to comment.