This module has had a bug for some time that would prevent it from running.
Signed-off-by: Dylan Baker <[email protected]> --- 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 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
