From 96badcb2f704f1dba125d67149fd31a3640406e8 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 16 May 2003 12:15:36 +0000 Subject: [PATCH] Run 'unused' now that it works. [SVN r18421] --- test/test_all.py | 2 +- v2/test/test_all.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_all.py b/test/test_all.py index e178e3e2a..9c6148960 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -87,7 +87,7 @@ tests = [ "project_test1", "make_rule", "alias", "alternatives", -# "unused", # failing because nobody checked in a Jamfile! + "unused", "default_features", "print", "ndebug", diff --git a/v2/test/test_all.py b/v2/test/test_all.py index e178e3e2a..9c6148960 100644 --- a/v2/test/test_all.py +++ b/v2/test/test_all.py @@ -87,7 +87,7 @@ tests = [ "project_test1", "make_rule", "alias", "alternatives", -# "unused", # failing because nobody checked in a Jamfile! + "unused", "default_features", "print", "ndebug",