diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/tests2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile index f7cd981..bbcb9ab 100644 --- a/tests/tests2/Makefile +++ b/tests/tests2/Makefile @@ -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 = |
