From 967532ea2e327c319ddece4b76db95bc31dec0ad Mon Sep 17 00:00:00 2001 From: Ryan Rhee Date: Tue, 27 Sep 2016 15:31:15 -0700 Subject: [PATCH] [componentkit][test] Rename test files Reviewed By: dulmarod Differential Revision: D3924307 fbshipit-source-id: 77ddfac --- .../{Test.mm => MutableLocalVariablesTest.mm} | 0 .../{Test2.mm => MutableLocalVariablesTest2.mm} | 0 .../codetoanalyze/objcpp/linters/issues.exp | 16 ++++++++-------- 3 files changed, 8 insertions(+), 8 deletions(-) rename infer/tests/codetoanalyze/objcpp/linters/componentkit/{Test.mm => MutableLocalVariablesTest.mm} (100%) rename infer/tests/codetoanalyze/objcpp/linters/componentkit/{Test2.mm => MutableLocalVariablesTest2.mm} (100%) diff --git a/infer/tests/codetoanalyze/objcpp/linters/componentkit/Test.mm b/infer/tests/codetoanalyze/objcpp/linters/componentkit/MutableLocalVariablesTest.mm similarity index 100% rename from infer/tests/codetoanalyze/objcpp/linters/componentkit/Test.mm rename to infer/tests/codetoanalyze/objcpp/linters/componentkit/MutableLocalVariablesTest.mm diff --git a/infer/tests/codetoanalyze/objcpp/linters/componentkit/Test2.mm b/infer/tests/codetoanalyze/objcpp/linters/componentkit/MutableLocalVariablesTest2.mm similarity index 100% rename from infer/tests/codetoanalyze/objcpp/linters/componentkit/Test2.mm rename to infer/tests/codetoanalyze/objcpp/linters/componentkit/MutableLocalVariablesTest2.mm diff --git a/infer/tests/codetoanalyze/objcpp/linters/issues.exp b/infer/tests/codetoanalyze/objcpp/linters/issues.exp index a3484b272..ad48e61cc 100644 --- a/infer/tests/codetoanalyze/objcpp/linters/issues.exp +++ b/infer/tests/codetoanalyze/objcpp/linters/issues.exp @@ -1,11 +1,11 @@ -componentkit/Test.mm, BarComponent_new, 85, MUTABLE_LOCAL_VARIABLE_IN_COMPONENT_FILE -componentkit/Test.mm, BarComponent_new, 87, MUTABLE_LOCAL_VARIABLE_IN_COMPONENT_FILE -componentkit/Test.mm, FooComponent_newWithString:, 48, MUTABLE_LOCAL_VARIABLE_IN_COMPONENT_FILE -componentkit/Test.mm, FooComponent_newWithString:, 53, MUTABLE_LOCAL_VARIABLE_IN_COMPONENT_FILE -componentkit/Test.mm, FooComponent_newWithString:, 55, MUTABLE_LOCAL_VARIABLE_IN_COMPONENT_FILE -componentkit/Test.mm, FooComponent_newWithString:, 59, MUTABLE_LOCAL_VARIABLE_IN_COMPONENT_FILE -componentkit/Test.mm, FooComponent_newWithString:, 64, MUTABLE_LOCAL_VARIABLE_IN_COMPONENT_FILE -componentkit/Test.mm, SomeClass_init, 37, MUTABLE_LOCAL_VARIABLE_IN_COMPONENT_FILE +componentkit/MutableLocalVariablesTest.mm, BarComponent_new, 85, MUTABLE_LOCAL_VARIABLE_IN_COMPONENT_FILE +componentkit/MutableLocalVariablesTest.mm, BarComponent_new, 87, MUTABLE_LOCAL_VARIABLE_IN_COMPONENT_FILE +componentkit/MutableLocalVariablesTest.mm, FooComponent_newWithString:, 48, MUTABLE_LOCAL_VARIABLE_IN_COMPONENT_FILE +componentkit/MutableLocalVariablesTest.mm, FooComponent_newWithString:, 53, MUTABLE_LOCAL_VARIABLE_IN_COMPONENT_FILE +componentkit/MutableLocalVariablesTest.mm, FooComponent_newWithString:, 55, MUTABLE_LOCAL_VARIABLE_IN_COMPONENT_FILE +componentkit/MutableLocalVariablesTest.mm, FooComponent_newWithString:, 59, MUTABLE_LOCAL_VARIABLE_IN_COMPONENT_FILE +componentkit/MutableLocalVariablesTest.mm, FooComponent_newWithString:, 64, MUTABLE_LOCAL_VARIABLE_IN_COMPONENT_FILE +componentkit/MutableLocalVariablesTest.mm, SomeClass_init, 37, MUTABLE_LOCAL_VARIABLE_IN_COMPONENT_FILE cxx_reference_in_block/block.mm, A_foo3:param2:, 37, CXX_REFERENCE_CAPTURED_IN_OBJC_BLOCK cxx_reference_in_block/block.mm, A_foo:, 20, CXX_REFERENCE_CAPTURED_IN_OBJC_BLOCK global-var/B.mm, Linters_dummy_method, 30, GLOBAL_VARIABLE_INITIALIZED_WITH_FUNCTION_OR_METHOD_CALL