forked from M-Labs/artiq
Commit missing parts of 74a75841
.
This commit is contained in:
parent
3da9bfc704
commit
f28b259b5f
|
@ -4,7 +4,10 @@
|
||||||
from artiq.language.core import *
|
from artiq.language.core import *
|
||||||
from artiq.language.types import *
|
from artiq.language.types import *
|
||||||
|
|
||||||
|
def foo():
|
||||||
|
pass
|
||||||
|
|
||||||
@kernel
|
@kernel
|
||||||
def entrypoint():
|
def entrypoint():
|
||||||
# CHECK-L: ${LINE:+1}: fatal: name 'prnt' is not bound to anything; did you mean 'print'?
|
# CHECK-L: ${LINE:+1}: fatal: name 'fo0' is not bound to anything; did you mean 'foo'?
|
||||||
prnt()
|
fo0()
|
||||||
|
|
Loading…
Reference in New Issue