From 08a038ad5138a82828a4e1097ecb965666853800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Hunold?= Date: Sun, 22 Feb 2009 16:33:27 +0000 Subject: [PATCH] Fix: remove non-existent test [SVN r51393] --- test/Jamfile | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index 76e9d1da..77604ece 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -112,7 +112,6 @@ import testing ; [ run functional/fused.cpp : : : : ] [ run functional/fused_function_object.cpp : : : : ] [ run functional/fused_procedure.cpp : : : : ] - [ run functional/unfused.cpp : : : : ] [ run functional/unfused_typed.cpp : : : : ] [ run functional/make_fused.cpp : : : : ] [ run functional/make_fused_function_object.cpp : : : : ]