mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
Lit: Fixup in r187886.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187887 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8f4aab8c2f
commit
6757840799
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user