Skip to content

Commit b0552f6

Browse files
committed
trigger Load
1 parent 7f0be0a commit b0552f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ x = fib(10)
701701
expectErr(t, err, `starlark: exec: function fib called recursively`)
702702
}
703703

704-
func Test_Machine_Run_LoadRecursion(t *testing.T) {
704+
func Test_Machine_Run_RecursionLoad(t *testing.T) {
705705
code := `
706706
load("fibonacci2.star", "fib")
707707
x = fib(10)

0 commit comments

Comments
 (0)