Skip to content

Commit

Permalink
3.2 fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscoheat committed Jun 7, 2016
1 parent 1bf15ff commit 0eb4563
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion buddy.neko.hxproj
Expand Up @@ -32,7 +32,8 @@
<library name="asynctools" />
<library name="promhx" />
<library name="utest" />
<library name="slambda" /><library name="tink_await" />
<library name="slambda" />
<library name="tink_await" />
</haxelib>
<!-- Class files to compile (other referenced classes will automatically be included) -->
<compileTargets>
Expand Down
1 change: 0 additions & 1 deletion buddy.nodejs.hxproj
Expand Up @@ -32,7 +32,6 @@
<library name="promhx" />
<library name="utest" />
<library name="slambda" />

<library name="tink_await" />
</haxelib>
<!-- Class files to compile (other referenced classes will automatically be included) -->
Expand Down
2 changes: 1 addition & 1 deletion src/buddy/internal/SuiteBuilder.hx
Expand Up @@ -94,7 +94,7 @@ class SuiteBuilder
///// Describe

case macro describe($s, $f):
var change = switch getFunction(f) {
switch getFunction(f) {
case null:
var change = macro describe($s, function() $f);
e.expr = change.expr;
Expand Down

0 comments on commit 0eb4563

Please sign in to comment.