diff options
Diffstat (limited to 'test/SConstruct.py')
-rw-r--r-- | test/SConstruct.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SConstruct.py b/test/SConstruct.py index 4b80f3e..f061728 100644 --- a/test/SConstruct.py +++ b/test/SConstruct.py @@ -36,7 +36,7 @@ test.run(arguments = ".", scons: \*\*\* No SConstruct file found. """ + TestSCons.file_expr) -test.match_func = TestCmd.match_exact +test.match_function = TestCmd.match_exact wpath = test.workpath() |