// GENERATED FILE - DO NOT EDIT. // Generated by gen_builtin_symbols.py using data from builtin_function_declarations.txt. // // Copyright 2020 The ANGLE Project Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // ImmutableString_test_ESSL_autogen.cpp: // Tests for matching script-generated hashes with runtime computed hashes. #include "compiler/translator/ImmutableString.h" #include "gtest/gtest.h" namespace sh { TEST(ImmutableStringTest, ScriptGeneratedHashesMatch) { … } } // namespace sh