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
master
Dulma Churchill 9 years ago committed by Facebook Github Bot 3
parent 3340a9e8a5
commit 3defb52e4e

@ -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))

@ -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 ;

Loading…
Cancel
Save