aboutsummaryrefslogtreecommitdiff
path: root/resources/sksl/errors/ReturnDifferentType.rts
diff options
context:
space:
mode:
authorandroid-autoroll <android-autoroll@skia-corp.google.com.iam.gserviceaccount.com>2022-03-24 02:11:40 +0000
committerandroid-autoroll <android-autoroll@skia-corp.google.com.iam.gserviceaccount.com>2022-03-24 02:11:40 +0000
commit75106ff1e1f62d091c70444f3743cacf8864784e (patch)
tree643d0f44a9926a6382eb63dcb71ff2a422acc64b /resources/sksl/errors/ReturnDifferentType.rts
parenta37aefd39df72d3aa763298f4b09fa393ac6e85b (diff)
parente28fcd1782772d2f04acca9184b3f5327cd22781 (diff)
downloadskia-75106ff1e1f62d091c70444f3743cacf8864784e.tar.gz
Roll Skia from 9f7ddf9a8f67 to e28fcd178277 (9 revisions)
https://skia.googlesource.com/skia.git/+log/9f7ddf9a8f67..e28fcd178277 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/android-next-autoroll Please CC djsollen@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Test: Presubmit checks will test this change. Exempt-From-Owner-Approval: The autoroll bot does not require owner approval. Change-Id: I92efb5bb8abe79c1e186678845819e8b95c30254
Diffstat (limited to 'resources/sksl/errors/ReturnDifferentType.rts')
-rw-r--r--resources/sksl/errors/ReturnDifferentType.rts6
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/sksl/errors/ReturnDifferentType.rts b/resources/sksl/errors/ReturnDifferentType.rts
new file mode 100644
index 0000000000..6650cf2906
--- /dev/null
+++ b/resources/sksl/errors/ReturnDifferentType.rts
@@ -0,0 +1,6 @@
+int func() { return 1; }
+void func() {}
+
+/*%%*
+functions 'void func()' and 'int func()' differ only in return type
+*%%*/