浏览代码

Comment out broken test

Eric Andersen 24 年之前
父节点
当前提交
12eb7cae21
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/string/Makefile

+ 1 - 1
test/string/Makefile

@@ -4,7 +4,7 @@ include $(TESTDIR)/Rules.mak
 
 TARGETS=string string_glibc
 TARGETS+=testcopy testcopy_glibc
-TARGETS+=strerror strsignal
+TARGETS+=strerror #strsignal
 
 all: $(TARGETS)