[Piglit] [PATCH 03/13] tests/r500.py: Fix bug
Dylan Baker
baker.dylan.c at gmail.com
Thu Mar 6 14:47:13 PST 2014
This module has had a bug for some time that would prevent it from
running.
Signed-off-by: Dylan Baker <baker.dylan.c at gmail.com>
---
tests/r500.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/r500.py b/tests/r500.py
index a47cb8e..f82a5b6 100644
--- a/tests/r500.py
+++ b/tests/r500.py
@@ -2,7 +2,7 @@
# Testing the r500 DRI driver
#
-from test.quick import profile
+from tests.quick import profile
__all__ = ['profile']
--
1.9.0
More information about the Piglit
mailing list