From 3defb52e4e87c7779806e746270bc2530b189f5b Mon Sep 17 00:00:00 2001 From: Dulma Churchill Date: Fri, 6 May 2016 10:47:25 -0700 Subject: [PATCH] Fixing broken test + adding objcpp tests to make test target Reviewed By: jvillard Differential Revision: D3270395 fb-gh-sync-id: 8972e8e fbshipit-source-id: 8972e8e --- Makefile.in | 2 +- .../codetoanalyze/objcpp/frontend/funcoverloading/af_test.dot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 8241ac805..b40df30cc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -25,7 +25,7 @@ ifeq (@BUILD_JAVA_ANALYZERS@,yes) TARGETS_TO_TEST += java endif ifneq (@XCODE_SELECT@,no) -TARGETS_TO_TEST += objc +TARGETS_TO_TEST += objc objcpp endif TARGETS_TO_TEST := $(shell echo $(TARGETS_TO_TEST)) diff --git a/infer/tests/codetoanalyze/objcpp/frontend/funcoverloading/af_test.dot b/infer/tests/codetoanalyze/objcpp/frontend/funcoverloading/af_test.dot index 805bf9a1f..6eb1b4f6b 100644 --- a/infer/tests/codetoanalyze/objcpp/frontend/funcoverloading/af_test.dot +++ b/infer/tests/codetoanalyze/objcpp/frontend/funcoverloading/af_test.dot @@ -17,7 +17,7 @@ digraph iCFG { 2 [label="2: Exit POPSelectValueType \n " color=yellow style=filled] -1 [label="1: Start POPSelectValueType\nFormals: obj:struct objc_object *\nLocals: \n DECLARE_LOCALS(&return); [line 12]\n NULLIFY(&obj,false); [line 12]\n " color=yellow style=filled] +1 [label="1: Start POPSelectValueType\nFormals: obj:struct objc_object *\nLocals: \n DECLARE_LOCALS(&return); [line 12]\n " color=yellow style=filled] 1 -> 3 ;