You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by gs...@apache.org on 2015/04/24 04:59:48 UTC

svn commit: r1675754 - /apr/apr/branches/1.5.x/test/Makefile.win

Author: gsmith
Date: Fri Apr 24 02:59:48 2015
New Revision: 1675754

URL: http://svn.apache.org/r1675754
Log:
Remove doubled testskiplist.obj, quiet comiler.
My fault surely

Modified:
    apr/apr/branches/1.5.x/test/Makefile.win

Modified: apr/apr/branches/1.5.x/test/Makefile.win
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.5.x/test/Makefile.win?rev=1675754&r1=1675753&r2=1675754&view=diff
==============================================================================
--- apr/apr/branches/1.5.x/test/Makefile.win (original)
+++ apr/apr/branches/1.5.x/test/Makefile.win Fri Apr 24 02:59:48 2015
@@ -99,7 +99,7 @@ ALL_TESTS = $(INTDIR)\testutil.obj $(INT
 	$(INTDIR)\teststrnatcmp.obj $(INTDIR)\testfilecopy.obj \
 	$(INTDIR)\testtemp.obj $(INTDIR)\testlfs.obj \
 	$(INTDIR)\testcond.obj $(INTDIR)\testescape.obj \
-	$(INTDIR)\testskiplist.obj $(INTDIR)\testskiplist.obj
+	$(INTDIR)\testskiplist.obj
 
 CLEAN_DATA = testfile.tmp lfstests\large.bin \
 	data\testputs.txt data\testbigfprintf.dat \