|  | {{- /* | 
|  | -------------------------------------------------------------------------------- | 
|  | Template file for use with tools/src/cmd/gen to generate texel_format_test.cc | 
|  |  | 
|  | See: | 
|  | * tools/src/cmd/gen for structures used by this template | 
|  | * https://golang.org/pkg/text/template/ for documentation on the template syntax | 
|  | -------------------------------------------------------------------------------- | 
|  | */ -}} | 
|  |  | 
|  | {{- Import "src/tint/templates/enums.tmpl.inc" -}} | 
|  | {{- $enum := (Sem.Enum "texel_format") -}} | 
|  |  | 
|  | #include "src/tint/ast/texel_format.h" | 
|  |  | 
|  | #include <string> | 
|  |  | 
|  | #include "src/tint/ast/test_helper.h" | 
|  | #include "src/tint/utils/string.h" | 
|  |  | 
|  | namespace tint::ast { | 
|  | namespace { | 
|  |  | 
|  | {{ Eval "TestParsePrintEnum" $enum}} | 
|  |  | 
|  | }  // namespace | 
|  | }  // namespace tint::ast |