aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/SkSLFPTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/SkSLFPTest.cpp')
-rw-r--r--tests/SkSLFPTest.cpp27
1 files changed, 9 insertions, 18 deletions
diff --git a/tests/SkSLFPTest.cpp b/tests/SkSLFPTest.cpp
index 982591082b..f1a65fcfdb 100644
--- a/tests/SkSLFPTest.cpp
+++ b/tests/SkSLFPTest.cpp
@@ -61,21 +61,17 @@ static void test(skiatest::Reporter* r, const char* src, const GrShaderCaps& cap
DEF_TEST(SkSLFPHelloWorld, r) {
test(r,
+ "/* HEADER */"
"void main() {"
"sk_OutColor = half4(1);"
"}",
*SkSL::ShaderCapsFactory::Default(),
{
- "/*\n"
- " * Copyright 2017 Google Inc.\n"
- " *\n"
- " * Use of this source code is governed by a BSD-style license that can be\n"
- " * found in the LICENSE file.\n"
- " */\n"
+ "/* HEADER */\n"
"\n"
- "/*\n"
- " * This file was autogenerated from GrTest.fp; do not modify.\n"
- " */\n"
+ "/**************************************************************************************************\n"
+ " *** This file was autogenerated from GrTest.fp; do not modify.\n"
+ " **************************************************************************************************/\n"
"#ifndef GrTest_DEFINED\n"
"#define GrTest_DEFINED\n"
"#include \"SkTypes.h\"\n"
@@ -105,16 +101,11 @@ DEF_TEST(SkSLFPHelloWorld, r) {
"#endif\n"
},
{
- "/*\n"
- " * Copyright 2017 Google Inc.\n"
- " *\n"
- " * Use of this source code is governed by a BSD-style license that can be\n"
- " * found in the LICENSE file.\n"
- " */\n"
+ "/* HEADER */\n"
"\n"
- "/*\n"
- " * This file was autogenerated from GrTest.fp; do not modify.\n"
- " */\n"
+ "/**************************************************************************************************\n"
+ " *** This file was autogenerated from GrTest.fp; do not modify.\n"
+ " **************************************************************************************************/\n"
"#include \"GrTest.h\"\n"
"#if SK_SUPPORT_GPU\n"
"#include \"glsl/GrGLSLFragmentProcessor.h\"\n"