Skip to content

Commit

Permalink
No need to set sy.argv anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Kleine committed Jul 26, 2013
1 parent dbf5c61 commit 5436357
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions plugin/test_clang.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import sys

clang_path = "/Users/mkl/projects/llvm/ninja/lib"
sys.argv = [clang_path]

#sys.argv = ["/Users/mkl/projects/llvm/debug/Debug+Asserts/lib"]
import time
import libclang
import actions
Expand Down
2 changes: 0 additions & 2 deletions plugin/test_environment.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import sys
import contextlib
import clang.cindex
import re

clang_path = "/Users/mkl/projects/llvm/ninja/lib"
sys.argv = [clang_path]

import libclang

Expand Down

0 comments on commit 5436357

Please sign in to comment.