Skip to content
Snippets Groups Projects
Commit 207aa590 authored by George Karpenkov's avatar George Karpenkov
Browse files

[Analyzer] Remove unnecessary semicolon in analyzer tests.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@316538 91177308-0d34-0410-b5e6-96231b3b80d8
parent de45a2e1
No related branches found
No related tags found
No related merge requests found
......@@ -295,7 +295,7 @@ void test_mutator_noref() {
// even when an ampersand is not explicitly set.
void callbackn(int &param) {
param = 42;
};
}
void test_implicit_funcptr() {
int x = 0;
static std::once_flag flagn;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment