Skip to content

Commit 7d3fe04

Browse files
committed
test: replace ` with '
1 parent b77ca22 commit 7d3fe04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ int main(int argc, char** argv) {
278278
}
279279
} catch (const std::logic_error&) {}
280280
if (test_complexity == 0) {
281-
fprintf(stderr, "Invalid complexity specified: `%s'\n", arg.c_str());
281+
fprintf(stderr, "Invalid complexity specified: '%s'\n", arg.c_str());
282282
return 1;
283283
}
284284
}

0 commit comments

Comments
 (0)