OSDN Git Service

Lit: Fixup in r187886.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 7 Aug 2013 12:53:53 +0000 (12:53 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 7 Aug 2013 12:53:53 +0000 (12:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187887 91177308-0d34-0410-b5e6-96231b3b80d8

utils/lit/lit/TestFormats.py

index 1793ab5..9e0c7a0 100644 (file)
@@ -101,7 +101,7 @@ class GoogleTest(object):
             cmd = litConfig.valgrindArgs + cmd
 
         if litConfig.noExecute:
-            return Test.PASS, ''
+            return lit.Test.PASS, ''
 
         out, err, exitCode = lit.TestRunner.executeCommand(
             cmd, env=test.config.environment)