diff options
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index 5ede73748ae..8bdf76181d2 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -671,7 +671,7 @@ def getDefaultMapping(): for i in range(0, len(here)): if here[i] in ["cpp", "cs", "java", "php", "py", "rb", "cppe", "javae", "tmp"]: return here[i] - raise "cannot find language dir" + raise "cannot determine mapping" class DriverConfig: lang = None |