Temporary remove 76_dollards_in_identifiers when run on Windows as this test failes. To be checked why.
This commit is contained in:
parent
9bd04fa000
commit
39b2afeb7c
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ endif
|
|||
ifeq (,$(filter i386 x86-64,$(ARCH)))
|
||||
SKIP += 85_asm-outside-function.test
|
||||
endif
|
||||
ifeq ($(TARGETOS),Windows)
|
||||
SKIP += 76_dollars_in_identifiers.test
|
||||
endif
|
||||
|
||||
# Some tests might need arguments
|
||||
ARGS =
|
||||
|
|
Loading…
Reference in a new issue