tests(macro): inline samples into new directory hierarchy and drop legacy macro_golden_* sources
This commit is contained in:
@ -1,2 +1,8 @@
|
||||
include "../../macro_test_runner_basic.nyash"
|
||||
function test_true() {
|
||||
return true
|
||||
}
|
||||
|
||||
function test_one_equals_one() {
|
||||
return 1 == 1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user