Skip to content

Commit 2928c76

Browse files
author
kr-2003
committed
testing
1 parent 82e62c1 commit 2928c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/unittests/Interpreter/InterpreterTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
using namespace clang;
3232

33-
static const llvm::ExitOnError ExitOnError;
33+
llvm::ExitOnError ExitOnError;
3434

3535
int Global = 42;
3636
// JIT reports symbol not found on Windows without the visibility attribute.

0 commit comments

Comments
 (0)