aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2015-05-18 06:33:01 -0700
committerEli Bendersky <eliben@gmail.com>2015-05-18 06:33:01 -0700
commit3a5bfeab5d0a4e76bb1399b0208950072b28d6af (patch)
tree7c59ae5a69db248606e4f5b81c704090543a262a /tests
parenta1334e5550b17a52d1826d0732d01f98412fd1ce (diff)
downloadpycparser-3a5bfeab5d0a4e76bb1399b0208950072b28d6af.tar.gz
Wipe out more mentions of lcc's cpp
Diffstat (limited to 'tests')
-rw-r--r--tests/test_general.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_general.py b/tests/test_general.py
index 5ab8272..2c661d7 100644
--- a/tests/test_general.py
+++ b/tests/test_general.py
@@ -4,8 +4,7 @@ import unittest
sys.path.insert(0, '..')
from pycparser import parse_file, c_ast
-# Portable cpp path for Windows and Linux/Unix
-CPPPATH = 'utils/cpp.exe' if sys.platform == 'win32' else 'cpp'
+CPPPATH = 'cpp'
# Test successful parsing