Temporary remove 76_dollards_in_identifiers when run on Windows as this test failes. To be checked why.

master
Christian Jullien 2017-02-18 08:12:00 +01:00
parent 9bd04fa000
commit 39b2afeb7c
1 changed files with 3 additions and 0 deletions

View File

@ -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 =