Skip to content

Commit c4a9a3b

Browse files
committed
Update on "[executorch][serialization] Rename scalar_type.fbs --> common.fbs"
Allow us to add other shared flatbuffer types into `common.fbs`. - Rename scalar_type.fbs --> common.fbs - Rename scalar_type.py --> common_schema.py (differentiate from exir/common.py) Differential Revision: [D65442256](https://our.internmc.facebook.com/intern/diff/D65442256/) [ghstack-poisoned]
1 parent 8ba5b36 commit c4a9a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devtools/bundled_program/schema/test/test_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class TestSchema(unittest.TestCase):
1515
def test_schema_sync(self) -> None:
1616
# make the test work in both internal and oss.
17-
prefix = ("executorch/" if os.path.exists("executorch/schema/common.fbs") else "")
17+
prefix = "executorch/" if os.path.exists("executorch/schema/common.fbs") else ""
1818

1919
self.assertTrue(
2020
filecmp.cmp(

0 commit comments

Comments
 (0)