generated from exercism/generic-test-runner
-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": 2, | ||
"status": "error", | ||
"message": "warning: Unused imported module\n ┌─ test/empty_file_test.gleam:3:1\n │\n3 │ import empty_file\n │ ^^^^^^^^^^^^^^^^^ This imported module is never used\nHint: You can safely remove it.\nerror: Unknown module field\n ┌─ test/empty_file_test.gleam:10:13\n │\n10 │ empty_file.hello_world()\n │ ^^^^^^^^^^^^\nThe module `empty_file` does not have a `hello_world` value." | ||
"message": "warning: Unused imported module\n ┌─ test/empty_file_test.gleam:3:1\n │\n3 │ import empty_file\n │ ^^^^^^^^^^^^^^^^^ This imported module is never used\nHint: You can safely remove it.\nerror: Unknown module value\n ┌─ test/empty_file_test.gleam:10:13\n │\n10 │ empty_file.hello_world()\n │ ^^^^^^^^^^^^\nThe module `empty_file` does not have a `hello_world` value." | ||
} |