Improved error message for invalid instructions
This commit is contained in:
parent
aec22b0a7e
commit
e4cbb91f61
3 changed files with 8 additions and 2 deletions
5
tests/errors/InvalidInstructionCall.q
Normal file
5
tests/errors/InvalidInstructionCall.q
Normal file
|
@ -0,0 +1,5 @@
|
|||
import sys
|
||||
|
||||
main() {
|
||||
sys.write
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue