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
1.4
Tilghman Lesher 15 years ago
parent 0cab9a1db8
commit e36e50146a

@ -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" },

Loading…
Cancel
Save