Skip to content

Commit

Permalink
[ClangRepl] Add missing hashtag
Browse files Browse the repository at this point in the history
Hashtag missing from commit 960b4aa
  • Loading branch information
jakeegan committed Mar 13, 2024
1 parent 960b4aa commit 424e0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/unittests/Interpreter/InterpreterExtensionsTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class TestCreateResetExecutor : public Interpreter {
void resetExecutor() { Interpreter::ResetExecutor(); }
};

ifdef _AIX
#ifdef _AIX
TEST(InterpreterExtensionsTest, DISABLED_ExecutorCreateReset) {
#else
TEST(InterpreterExtensionsTest, ExecutorCreateReset) {
Expand Down

0 comments on commit 424e0a8

Please sign in to comment.