| commit | 136fa11d53b2a91bed799f1b8e0a1e0173d47ce8 | [log] [tgz] |
|---|---|---|
| author | dan sinclair <dsinclair@chromium.org> | Fri Mar 27 01:50:13 2020 +0000 |
| committer | dan sinclair <dsinclair@google.com> | Fri Mar 27 01:50:13 2020 +0000 |
| tree | 4d26d6ff7f8bd657b9f76440d88336b633112db4 | |
| parent | 288674904d095934de84f7f850303e030cdfce33 [diff] [blame] |
Fixup compilation issues with type manager. This CL fixes up some issues with the type manager. TBR=dneto@google.com Change-Id: I2d05935f26490fd8d20b1b6b1b61692a45e4a0f3 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/17940 Reviewed-by: dan sinclair <dsinclair@google.com>
diff --git a/src/reader/spirv/parser_impl_test_helper.h b/src/reader/spirv/parser_impl_test_helper.h index 8c40a2b..66a48df 100644 --- a/src/reader/spirv/parser_impl_test_helper.h +++ b/src/reader/spirv/parser_impl_test_helper.h
@@ -37,9 +37,7 @@ void SetUp() { ctx_.Reset(); } /// Tears down the test helper - void TearDown() { - impl_ = nullptr; - } + void TearDown() { impl_ = nullptr; } /// Retrieves the parser from the helper /// @param input the SPIR-V binary to parse