rename trace -> __trace

This commit is contained in:
Dmitry Vasilev
2023-01-15 22:13:10 +08:00
parent e16bef3015
commit 5533a5faaa
2 changed files with 11 additions and 25 deletions

View File

@@ -25,20 +25,6 @@ import {
export const tests = [
// TODO
/*
test('trace', () => {
assert_code_evals_to(`
const trace = () => 1;
trace()
`,
1
)
}),
*/
test('invalid token in the beginning', () => {
const result = parse('# import')
assert_equal(result, {