diff options
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index aa7e6fce..e1ecc649 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1314,9 +1314,8 @@ GAWK_EXT_TESTS = \ splitarg4 strftime strftfld strtonum strtonum1 switch2 symtab1 symtab2 \ symtab3 symtab4 symtab5 symtab6 symtab7 symtab8 symtab9 symtab10 \ typedregex1 typedregex2 typedregex3 typedregex4 \ - typeof1 typeof2 typeof3 typeof4 \ - typeof5 timeout \ - watchpoint1 + typeof1 typeof2 typeof3 typeof4 typeof5 \ + timeout watchpoint1 ARRAYDEBUG_TESTS = arrdbg |