Merge branch 'msvc'
[platform/upstream/automake.git] / lib / Automake / tests / Cond2.pl
1 # Catch common programming error:
2 # A Condition passed as a string to 'new'.
3 use Automake::Condition;
4
5 my $cond = new Automake::Condition ('TRUE');
6 new Automake::Condition ($cond);