| // Copyright ${year} The Fuchsia Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| library test.bad.fi${flat_name}; |
| |
| // TODO(${dns}): You'll need to grep the codebase for this error name (for example `ErrFoo`) |
| // and extract the content of that error (everything after the library declaration) into this file, |
| // replacing this TODO. In the location where you removed the error, replace the following code: |
| // |
| // TestLibrary library(R"FIDL(library example; |
| // /* ... STUFF YOU REMOVED ... */ |
| // )FIDL"); |
| // |
| // With: |
| // |
| // TestLibrary library; |
| // library.AddFile("bad/${case_name}.test.fidl"); |
| // |