summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsapountzis@gmail.com>2010-03-04 16:33:39 +0200
committerGeorge Sapountzis <gsapountzis@gmail.com>2010-03-04 16:34:01 +0200
commitaae81a76816b8e04f0636df90a16b620bae3f652 (patch)
tree4d5bdfae283330f8bd210bca33a2b5302592e51a /progs
parentc7f7a309af54c76eccb451aa0c4f007656ebe7e1 (diff)
fix getprocaddress test
Diffstat (limited to 'progs')
-rw-r--r--progs/tests/getprocaddress.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/getprocaddress.py b/progs/tests/getprocaddress.py
index e88ad4c5e4..60111cb801 100644
--- a/progs/tests/getprocaddress.py
+++ b/progs/tests/getprocaddress.py
@@ -4,7 +4,7 @@
# Helper for the getprocaddress.c test.
import sys, getopt, re
-sys.path.append("../../src/mesa/glapi/" )
+sys.path.append("../../src/mesa/glapi/gen" )
import gl_XML
import license