Skip to content

Commit 4ed8a11

Browse files
inosikalfonsogarciacaro
authored andcommitted
Fix build
1 parent 1a5856a commit 4ed8a11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Main/MiscTests.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -431,12 +431,12 @@ type Order =
431431
type LiteralJson = Fable.JsonProvider.Generator<LITERAL_JSON>
432432
#endif
433433

434-
let tests =
435-
testList "Miscellaneous" [
436-
437434
let inline inlineLambdaWithAnonRecord callback =
438435
fun () -> {| A = 1 |} |> callback
439436

437+
let tests =
438+
testList "Miscellaneous" [
439+
440440
#if FABLE_COMPILER
441441
#if !FABLE_COMPILER_JS
442442
testCase "Fable.JsonProvider works" <| fun _ ->

0 commit comments

Comments
 (0)