From f307ae0f4b96c60c5cfce2aca226560451ae819c Mon Sep 17 00:00:00 2001 From: Chunnien Chan <121328115+chunnienc@users.noreply.github.com> Date: Thu, 21 Mar 2024 10:32:45 -0700 Subject: [PATCH] Update test name --- .../{test_write_mlir_debuginfo.py => test_mlir_debuginfo.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/stablehlo/{test_write_mlir_debuginfo.py => test_mlir_debuginfo.py} (95%) diff --git a/test/stablehlo/test_write_mlir_debuginfo.py b/test/stablehlo/test_mlir_debuginfo.py similarity index 95% rename from test/stablehlo/test_write_mlir_debuginfo.py rename to test/stablehlo/test_mlir_debuginfo.py index 683f8dc88a9..42ebfaefbdb 100644 --- a/test/stablehlo/test_write_mlir_debuginfo.py +++ b/test/stablehlo/test_mlir_debuginfo.py @@ -7,7 +7,7 @@ from torch_xla.stablehlo import exported_program_to_stablehlo -class XlaMarkPatternTest(unittest.TestCase): +class XlaMlirDebuginfoTest(unittest.TestCase): def test_write_debuginfo(self):