• Alan Cutter's avatar
    Fix warning for ValueStoreTest · 517d32ba
    Alan Cutter authored
    This CL fixes the warning in app_shell_unittests:
    The following parameterized test case is not instantiated: UninstantiatedParamaterizedTestSuite<ValueStoreTest>
    
    value_store_unittest.cc defines a TestWithParam class without
    instantiating it. Targets that include this via test_support that don't
    instantiate the test for themselves (dozens) will trigger the warning.
    
    Bug: 1045846
    Change-Id: If6a87e19af1783a8f58ec3e0ff1f03d933c0251e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143776
    Commit-Queue: Alan Cutter <alancutter@chromium.org>
    Auto-Submit: Alan Cutter <alancutter@chromium.org>
    Reviewed-by: default avatarDevlin <rdevlin.cronin@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#759538}
    517d32ba
BUILD.gn 354 KB