Updated with Tizen:Base source codes
[toolchains/perl-WWW-Curl.git] / t / new / 00constants.t
1 use strict;
2 use Test::Simple tests => 1;
3 use WWW::Curl::Easy;
4
5 ok( CURLOPT_URL == 10000 + 2 );