[objc] make quandary test run

Summary:
That test wasn't hooked up to `make test` and so regressed at some
unknown time in the past. Just recording the new state of things for
now.

Reviewed By: ngorogiannis

Differential Revision: D15495234

fbshipit-source-id: 14fb112de
master
Jules Villard 6 years ago committed by Facebook Github Bot
parent 8330394eff
commit d4e4ed55bc

@ -95,7 +95,9 @@ DIRECT_TESTS += \
objc_linters-for-test-only \
objc_liveness \
objc_nullable \
objc_performance objc_uninit \
objc_performance \
objc_quandary \
objc_uninit \
objcpp_errors \
objcpp_frontend \
objcpp_linters \

@ -15,7 +15,7 @@
+ (void)notASink:(NSObject*)param;
@end
void callSinkDirectBad() {
void FN_callSinkDirectBad() {
NSObject* source = [InferTaint source];
[InferTaint sink:source];
}

@ -1 +0,0 @@
codetoanalyze/objc/quandary/basics.m, callSinkDirectBad, 2, QUANDARY_TAINT_ERROR, [return from InferTaint_source,call to InferTaint_sink:]
Loading…
Cancel
Save