From f8eafabef64ed5b2409cb4f9c7a4af94e5cfd1ba Mon Sep 17 00:00:00 2001 From: stevenknight Date: Fri, 6 Feb 2009 19:36:11 +0000 Subject: [PATCH] Fix misspelled method name in the section that tests Python versions that don't support metaclasses. git-svn-id: http://scons.tigris.org/svn/scons/trunk@3978 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- test/option/debug-memoizer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/option/debug-memoizer.py b/test/option/debug-memoizer.py index 709f2b18..ff511488 100644 --- a/test/option/debug-memoizer.py +++ b/test/option/debug-memoizer.py @@ -95,7 +95,7 @@ scons: warning: memoization is not supported in this version of Python \\(%s\\) def run_and_check(test, args, desc): test.run(arguments = args, stderr = expect_no_metaclasses) - test.must_contain_not_contain_any_line(test.stdout(), expect) + test.must_not_contain_any_line(test.stdout(), expect) for args in ['-h --debug=memoizer', '--debug=memoizer']: -- 2.26.2