commit | 9a2b692b1ca6af86f6ec6c1942fca38b030f0b31 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@google.com> | Wed Jul 22 13:41:04 2020 +0000 |
committer | dan sinclair <dsinclair@chromium.org> | Wed Jul 22 13:41:04 2020 +0000 |
tree | 8c4fc1767bf0f4c9bef959c776120bb1f39953bb | |
parent | fbf4506356f8e6699d11065c4d227372c8843638 [diff] |
Add return to simple test Change-Id: I0432724f3b77912ec547a0700c022f9dbbca7d36 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/25460 Reviewed-by: dan sinclair <dsinclair@chromium.org>
diff --git a/test/simple.wgsl b/test/simple.wgsl index 92d42ad..d0adf46 100644 --- a/test/simple.wgsl +++ b/test/simple.wgsl
@@ -15,7 +15,7 @@ [[location 0]] var<out> gl_FragColor : vec4<f32>; fn bar() -> void { - + return; } fn main() -> void {