From f9761cbda425cb0f959db8da2c05105a368873a9 Mon Sep 17 00:00:00 2001 From: "sfraser%netscape.com" Date: Wed, 26 Feb 2003 03:35:05 +0000 Subject: [PATCH] Turn TestCSSPropertyLookup.cpp back on, now that the symbols it needs have been declared 'extern'. git-svn-id: svn://10.0.0.236/trunk@138512 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/tests/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/layout/html/tests/Makefile.in b/mozilla/layout/html/tests/Makefile.in index 6fcb966f761..b3104f36491 100644 --- a/mozilla/layout/html/tests/Makefile.in +++ b/mozilla/layout/html/tests/Makefile.in @@ -37,7 +37,7 @@ SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=$(BIN_SUFFIX)) CPPSRCS = \ ParseCSS.cpp \ -# TestCSSPropertyLookup.cpp \ + TestCSSPropertyLookup.cpp \ $(NULL) LOCAL_INCLUDES = -I$(srcdir)/../style/src