vocabs.metadata: wrap test in a with-manifest to ensure there's a manifest. Fixes #1463.
parent
2a520191e1
commit
b2a51dfeb2
|
@ -5,6 +5,7 @@ IN: vocabs.metadata
|
||||||
: wrong-platform-vocab-name ( -- name )
|
: wrong-platform-vocab-name ( -- name )
|
||||||
os windows? "unix" "windows" ? ;
|
os windows? "unix" "windows" ? ;
|
||||||
|
|
||||||
|
[
|
||||||
[ wrong-platform-vocab-name use-vocab ]
|
[ wrong-platform-vocab-name use-vocab ]
|
||||||
[ error>> unsupported-platform? ] must-fail-with
|
[ error>> unsupported-platform? ] must-fail-with
|
||||||
|
|
||||||
|
@ -12,3 +13,4 @@ IN: vocabs.metadata
|
||||||
! and this breaks f2 until we forget the vocab.
|
! and this breaks f2 until we forget the vocab.
|
||||||
! See issue #1463.
|
! See issue #1463.
|
||||||
[ wrong-platform-vocab-name forget-vocab ] try
|
[ wrong-platform-vocab-name forget-vocab ] try
|
||||||
|
] with-manifest
|
||||||
|
|
Loading…
Reference in New Issue