From 5255209e97dffd4511e22d427e6905c7e31ef151 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 4 Aug 2010 10:24:59 +0000 Subject: [PATCH] Ubreak tests/dll_path.py in non-python mode. [SVN r64593] --- v2/test/dll_path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/test/dll_path.py b/v2/test/dll_path.py index 284b80207..f88e06168 100644 --- a/v2/test/dll_path.py +++ b/v2/test/dll_path.py @@ -48,7 +48,7 @@ rule init ( ) { rule __init__ ( ) { - generator.__init__ dll-paths.list : EXE : PATH_LIST ; + generator.__init__ dll_paths.list : EXE : PATH_LIST ; } rule generated-targets ( sources + : property-set : project name ? )