Skip to content

Commit cdf42b9

Browse files
authored
Update InterpreterTest.cpp
1 parent fedf7bf commit cdf42b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

unittests/CppInterOp/InterpreterTest.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,8 @@ TEST(InterpreterTest, EmscriptenExceptionHandling) {
118118
"-mllvm", "-enable-emscripten-sjlj"
119119
};
120120

121-
auto* I = Cpp::CreateInterpreter(Args);
121+
Cpp::CreateInterpreter(Args);
122122

123-
// Should compile and execute successfully
124123
const char* tryCatchCode = R"(
125124
try {
126125
throw 1;

0 commit comments

Comments
 (0)