aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/SkSLFPTest.cpp
diff options
context:
space:
mode:
authorGravatar Ethan Nicholas <ethannicholas@google.com>2018-02-01 12:14:34 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-01 18:22:03 +0000
commit130fb3f7aac19e40eddfc8fa85a9b39e7c99a7e8 (patch)
tree8daee5ab96a5bdc06e991ff8d1e370c011b6b7a5 /tests/SkSLFPTest.cpp
parent28eaed254dcd73b42c15b73528f349cccd7797e5 (diff)
updated .fp file headers
Bug: skia: Change-Id: I9c39622f34e803a706acd04372be569667380661 Reviewed-on: https://skia-review.googlesource.com/102204 Commit-Queue: Ethan Nicholas <ethannicholas@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com>
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"