From 49bf38c56f73d1480c6ed2b008cd60fb4d38ceb5 Mon Sep 17 00:00:00 2001 From: Andrzej Kotulski Date: Mon, 22 Feb 2016 05:40:26 -0800 Subject: [PATCH] Fix symbolic links in cpp tests after formatting diff (part 2) Summary:public Running clang-format on symbolic link replaced it with another file. This is second diff out of two to fix that problem. Reviewed By: jvillard Differential Revision: D2960206 fb-gh-sync-id: 0f21a8f shipit-source-id: 0f21a8f --- .../c/frontend/nestedoperators/assign_in_condition.cpp | 1 + infer/tests/codetoanalyze/c/frontend/nestedoperators/union.cpp | 1 + 2 files changed, 2 insertions(+) create mode 120000 infer/tests/codetoanalyze/c/frontend/nestedoperators/assign_in_condition.cpp create mode 120000 infer/tests/codetoanalyze/c/frontend/nestedoperators/union.cpp diff --git a/infer/tests/codetoanalyze/c/frontend/nestedoperators/assign_in_condition.cpp b/infer/tests/codetoanalyze/c/frontend/nestedoperators/assign_in_condition.cpp new file mode 120000 index 000000000..68d1b814d --- /dev/null +++ b/infer/tests/codetoanalyze/c/frontend/nestedoperators/assign_in_condition.cpp @@ -0,0 +1 @@ +assign_in_condition.c \ No newline at end of file diff --git a/infer/tests/codetoanalyze/c/frontend/nestedoperators/union.cpp b/infer/tests/codetoanalyze/c/frontend/nestedoperators/union.cpp new file mode 120000 index 000000000..4aa4c6033 --- /dev/null +++ b/infer/tests/codetoanalyze/c/frontend/nestedoperators/union.cpp @@ -0,0 +1 @@ +union.c \ No newline at end of file