Skip to content

Commit 75a9663

Browse files
committed
Restored original test code
Signed-off-by: Gregory Shimansky <[email protected]>
1 parent e5417cf commit 75a9663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/test/unit/language/test_reproducer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def triton_():
1515

1616
@pytest.mark.skipif(not torch.cuda.is_available(), reason="requires cuda")
1717
def test_reproducer():
18-
tmpdir = os.path.abspath(".tmp")
18+
tmpdir = ".tmp"
1919
reproducer = 'triton-reproducer.mlir'
2020
if os.path.exists(tmpdir):
2121
shutil.rmtree(tmpdir, ignore_errors=True)

0 commit comments

Comments
 (0)