From 8589e10c30c196a4067b06a354931c933a46614b Mon Sep 17 00:00:00 2001 From: Dominic Chen Date: Mon, 27 Feb 2017 03:29:25 +0000 Subject: Revert "[analyzer] NFC: Update test infrastructure to support multiple constraint managers" This reverts commit 8e7780b9e59ddaad1800baf533058d2c064d4787. llvm-svn: 296317 --- clang/test/Analysis/copypaste/function-try-block.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/Analysis/copypaste/function-try-block.cpp') diff --git a/clang/test/Analysis/copypaste/function-try-block.cpp b/clang/test/Analysis/copypaste/function-try-block.cpp index d77714591b9..7a69097579a 100644 --- a/clang/test/Analysis/copypaste/function-try-block.cpp +++ b/clang/test/Analysis/copypaste/function-try-block.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_analyze_cc1 -fcxx-exceptions -std=c++1z -analyzer-checker=alpha.clone.CloneChecker -verify %s +// RUN: %clang_cc1 -analyze -fcxx-exceptions -std=c++1z -analyzer-checker=alpha.clone.CloneChecker -verify %s // Tests if function try blocks are correctly handled. -- cgit v1.2.1