From: Daniel Dunbar Date: Tue, 8 Sep 2009 05:37:51 +0000 (+0000) Subject: Fix a refactoro. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2c0a49c8cba8b7a6624d9c0b96f7d94231e10d22;p=oota-llvm.git Fix a refactoro. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81192 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/lit/TestRunner.py b/utils/lit/TestRunner.py index 954013adedc..5c1e8ea5be1 100644 --- a/utils/lit/TestRunner.py +++ b/utils/lit/TestRunner.py @@ -192,7 +192,7 @@ def executeTclScriptInternal(test, litConfig, tmpBase, commands, cwd): try: cmds.append(TclUtil.TclExecCommand(tokens).parse_pipeline()) except: - return (TestStatus.Fail, "Tcl 'exec' parse error on: %r" % ln) + return (Test.FAIL, "Tcl 'exec' parse error on: %r" % ln) cmd = cmds[0] for c in cmds[1:]: