mirror of https://github.com/m-labs/artiq.git
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.types import *
|
||||
|
||||
def foo():
|
||||
pass
|
||||
|
||||
@kernel
|
||||
def entrypoint():
|
||||
# CHECK-L: ${LINE:+1}: fatal: name 'prnt' is not bound to anything; did you mean 'print'?
|
||||
prnt()
|
||||
# CHECK-L: ${LINE:+1}: fatal: name 'fo0' is not bound to anything; did you mean 'foo'?
|
||||
fo0()
|
||||
|
|
Loading…
Reference in New Issue