Skip to content

Commit 8ba5b36

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 71de9ad commit 8ba5b36

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

devtools/bundled_program/schema/test/test_schema.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +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 = (
18-
"executorch/" if os.path.exists("executorch/schema/common.fbs") else ""
19-
)
17+
prefix = ("executorch/" if os.path.exists("executorch/schema/common.fbs") else "")
2018

2119
self.assertTrue(
2220
filecmp.cmp(

0 commit comments

Comments
 (0)