mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-12 16:00:59 +00:00
bulk code format fix (#8707)
This commit is contained in:
@@ -16,11 +16,11 @@
|
||||
|
||||
import sys
|
||||
|
||||
from flatc_test import run_all
|
||||
from flatc_cpp_tests import CppTests
|
||||
from flatc_kotlin_tests import KotlinTests
|
||||
from flatc_ts_tests import TsTests
|
||||
from flatc_schema_tests import SchemaTests
|
||||
from flatc_test import run_all
|
||||
from flatc_ts_tests import TsTests
|
||||
|
||||
passing, failing = run_all(CppTests, KotlinTests, TsTests, SchemaTests)
|
||||
|
||||
@@ -28,4 +28,4 @@ print("")
|
||||
print("{0} of {1} tests passed".format(passing, passing + failing))
|
||||
|
||||
if failing > 0:
|
||||
sys.exit(1)
|
||||
sys.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user