This commit is contained in:
parent
45443b2ec4
commit
e39f004eea
1 changed files with 0 additions and 8 deletions
|
@ -3,11 +3,3 @@ import gleeunit
|
|||
pub fn main() -> Nil {
|
||||
gleeunit.main()
|
||||
}
|
||||
|
||||
// gleeunit test functions end in `_test`
|
||||
pub fn hello_world_test() {
|
||||
let name = "Joe"
|
||||
let greeting = "Hello, " <> name <> "!"
|
||||
|
||||
assert greeting == "Hello, Joe!"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue