projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b53f74
)
Forgot to remove initialization of MiTestCaseBase.mydir in r230022
author
Ilia K
<ki.stfu@gmail.com>
Fri, 20 Feb 2015 17:21:57 +0000
(17:21 +0000)
committer
Ilia K
<ki.stfu@gmail.com>
Fri, 20 Feb 2015 17:21:57 +0000
(17:21 +0000)
llvm-svn: 230025
lldb/test/tools/lldb-mi/lldbmi_testcase.py
patch
|
blob
|
history
diff --git
a/lldb/test/tools/lldb-mi/lldbmi_testcase.py
b/lldb/test/tools/lldb-mi/lldbmi_testcase.py
index
6d058cb
..
8ab7d1b
100644
(file)
--- a/
lldb/test/tools/lldb-mi/lldbmi_testcase.py
+++ b/
lldb/test/tools/lldb-mi/lldbmi_testcase.py
@@
-8,7
+8,7
@@
import unittest2
class MiTestCaseBase(Base):
- mydir =
Base.compute_mydir(__file__) #TODO remove m
e
+ mydir =
Non
e
myexe = "a.out"
mylog = "child.log"