Skip to content

Commit

Permalink
[dotnet] Fix a silly thinko and...we have &building.leave($elvis) wor…
Browse files Browse the repository at this point in the history
…king. \o/
  • Loading branch information
jnthn committed Oct 21, 2010
1 parent bd57e32 commit 4281db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/compiler/PAST2DNSTCompiler.pm
Expand Up @@ -365,7 +365,7 @@ our multi sub dnst_for(PAST::Block $block) {
DNST::Stmts.new(
DNST::If.new(
DNST::Literal.new(
:value("(exc.TargetBlock == StaticBlockInfo[$our_sbi] ? 1 : 0)")
:value("(exc.TargetBlock != StaticBlockInfo[$our_sbi] ? 1 : 0)")
),
DNST::Throw.new()
),
Expand Down

0 comments on commit 4281db6

Please sign in to comment.