type_determiner_test: Replace std::make_unique<T> -> create<T>
create() is currently just a simple forwarder to std::make_unique<>, but will be later replaced with a function that returns a raw pointer, and owned by the context. Bug: tint:322 Change-Id: I41860f91128920a1462edc603cce7caab7372c8a Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/32667 Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org>
This commit is contained in:
parent
b673de0ec3
commit
6262592297