diff options
Diffstat (limited to 'test/regex')
-rw-r--r-- | test/regex/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regex/Makefile.in b/test/regex/Makefile.in index 59d0c06..50badb9 100644 --- a/test/regex/Makefile.in +++ b/test/regex/Makefile.in @@ -1,6 +1,6 @@ # slowsdown embedded test runs extremely and always some # some tests are failing # for lm32 triggers gcc ICE with gcc 5.3.0 -# ifeq ($(TARGET_lm32),y) +# ifeq ($(TARGET_ARCH),lm32) TESTS_DISABLED := testregex # endif |