blob: 48a7542e817a9cf4509836ed343f56b2fcd4cf39 [file] [log] [blame]
{{- /*
--------------------------------------------------------------------------------
Template file for use with tools/src/cmd/gen to generate diagnostic_control_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
--------------------------------------------------------------------------------
*/ -}}
{{- $I := LoadIntrinsics "src/tint/lang/wgsl/wgsl.def" -}}
{{- Import "src/tint/utils/templates/enums.tmpl.inc" -}}
#include <string>
#include "gtest/gtest-spi.h"
#include "src/tint/lang/wgsl/diagnostic_severity.h"
#include "src/tint/utils/text/string.h"
namespace tint::wgsl {
namespace {
namespace diagnostic_severity_tests {
{{ Eval "TestParsePrintEnum" ($I.Sem.Enum "diagnostic_severity")}}
} // namespace diagnostic_severity_tests
} // namespace
} // namespace tint::wgsl