Temporary remove 76_dollards_in_identifiers when run on Windows as this test failes. To be checked why.
This commit is contained in:
@ -28,6 +28,9 @@ endif
|
|||||||
ifeq (,$(filter i386 x86-64,$(ARCH)))
|
ifeq (,$(filter i386 x86-64,$(ARCH)))
|
||||||
SKIP += 85_asm-outside-function.test
|
SKIP += 85_asm-outside-function.test
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(TARGETOS),Windows)
|
||||||
|
SKIP += 76_dollars_in_identifiers.test
|
||||||
|
endif
|
||||||
|
|
||||||
# Some tests might need arguments
|
# Some tests might need arguments
|
||||||
ARGS =
|
ARGS =
|
||||||
|
|||||||
Reference in New Issue
Block a user