diff options
author | Brian Paul <[email protected]> | 2003-06-10 14:54:37 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-06-10 14:54:37 +0000 |
commit | 9a2121cfb66ac715273dd1fcc5eadc17ee05a73e (patch) | |
tree | 21e50532992e8d5a7b2efed4fb2e210e4df7bc07 /progs/tests/getprocaddress.py | |
parent | cd0fbde699cd61cb037d887f601fe33d97e69ce6 (diff) |
update for new directory tree
Diffstat (limited to 'progs/tests/getprocaddress.py')
-rw-r--r-- | progs/tests/getprocaddress.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/tests/getprocaddress.py b/progs/tests/getprocaddress.py index 987dfbcbbbd..743a35ebf6a 100644 --- a/progs/tests/getprocaddress.py +++ b/progs/tests/getprocaddress.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# $Id: getprocaddress.py,v 1.2 2002/11/08 15:49:31 brianp Exp $ +# $Id: getprocaddress.py,v 1.3 2003/06/10 14:54:37 brianp Exp $ # Helper for the getprocaddress.c test. @@ -90,7 +90,7 @@ def PrintFunctions(specFile, tests): tests = FindTestFunctions() PrintHead() -PrintFunctions("../bin/APIspec", tests) +PrintFunctions("../../src/mesa/glapi/APIspec", tests) PrintTail() |