// Copyright (c) Facebook, Inc. and its affiliates.
// Copyright (c) Zefchain Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
#[test]fntest_format(){let status =std::process::Command::new("cargo").current_dir("..").args(["run","--example","generate-format","--"]).arg("test").status().expect("failed to execute process");assert!(status.success());}