From 39783d451a6f8662f2230b5877c2ff17d3fd4430 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'. --- layout/html/tests/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/html/tests/Makefile.in b/layout/html/tests/Makefile.in index 6fcb966f761..b3104f36491 100644 --- a/layout/html/tests/Makefile.in +++ b/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