瀏覽代碼

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)