use '/' in one case to test it
This commit is contained in:
parent
ee1c882ed5
commit
17d8f29c26
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
|||
; Simple testsuite, to get something going.
|
||||
; Simple testsuite, to get something going, plus placeholder
|
||||
; for various random tests.
|
||||
|
||||
.vu
|
||||
foo:
|
||||
abs.xyz vf10xyz,vf20xyz waitp
|
||||
add.xyzw vf10xyzw,vf20xyzw,vf30xyzw waitq
|
||||
|
||||
; Test / in dest spec.
|
||||
|
||||
add/xyzw vf10xyzw,vf20xyzw,vf30xyzw waitq
|
||||
|
|
Loading…
Reference in a new issue