mirror of
https://github.com/asterisk/asterisk.git
synced 2026-01-01 04:05:02 +00:00
Err, oops. Made it const to verify that it wasn't altered, but forgot to revert before commit.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@295031 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -43,7 +43,7 @@ AST_TEST_DEFINE(expr_test)
|
||||
{
|
||||
int res = AST_TEST_PASS, i, len;
|
||||
struct {
|
||||
const char *input;
|
||||
char *input;
|
||||
const char *output;
|
||||
} tests[] = {
|
||||
{ "2 + 2", "4" },
|
||||
|
||||
Reference in New Issue
Block a user