From 9790eb5a782ca6d44bd24809d2fa1b97f38e5d39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ezgi=20=C3=87i=C3=A7ek?= Date: Wed, 13 Mar 2019 10:19:22 -0700 Subject: [PATCH] [cpp][linters] Hotfix: linter error Reviewed By: mbouaziz Differential Revision: D14438087 fbshipit-source-id: 3312aca38 --- infer/tests/codetoanalyze/cpp/linters/issues.exp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/infer/tests/codetoanalyze/cpp/linters/issues.exp b/infer/tests/codetoanalyze/cpp/linters/issues.exp index b7ba4d903..cd6f32ecb 100644 --- a/infer/tests/codetoanalyze/cpp/linters/issues.exp +++ b/infer/tests/codetoanalyze/cpp/linters/issues.exp @@ -1,9 +1,9 @@ -codetoanalyze/cpp/linters/call_function.cpp, main, 18, CALL_FUNCTION, no_bucket, WARNING, [] codetoanalyze/cpp/linters/call_function.cpp, main, 20, CALL_FUNCTION, no_bucket, WARNING, [] -codetoanalyze/cpp/linters/call_function.cpp, main, 21, CALL_FUNCTION, no_bucket, WARNING, [] -codetoanalyze/cpp/linters/call_function.cpp, main, 24, CALL_FUNCTION, no_bucket, WARNING, [] -codetoanalyze/cpp/linters/call_function.cpp, main, 25, CALL_FUNCTION, no_bucket, WARNING, [] -codetoanalyze/cpp/linters/call_function.cpp, main, 30, CALL_FUNCTION, no_bucket, WARNING, [] +codetoanalyze/cpp/linters/call_function.cpp, main, 22, CALL_FUNCTION, no_bucket, WARNING, [] +codetoanalyze/cpp/linters/call_function.cpp, main, 23, CALL_FUNCTION, no_bucket, WARNING, [] +codetoanalyze/cpp/linters/call_function.cpp, main, 26, CALL_FUNCTION, no_bucket, WARNING, [] +codetoanalyze/cpp/linters/call_function.cpp, main, 27, CALL_FUNCTION, no_bucket, WARNING, [] +codetoanalyze/cpp/linters/call_function.cpp, main, 32, CALL_FUNCTION, no_bucket, WARNING, [] codetoanalyze/cpp/linters/cxxconst.cpp, test, 28, CONSTANT_EXPR, no_bucket, WARNING, [] codetoanalyze/cpp/linters/cxxconst.cpp, test, 31, CONSTANT_EXPR, no_bucket, WARNING, [] codetoanalyze/cpp/linters/cxxconst.cpp, test, 33, CONSTANT_EXPR, no_bucket, WARNING, []