Skip to content

Commit

Permalink
Tests on local memory are turned on.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsvgit committed Apr 8, 2022
1 parent 84e1148 commit 2abdfbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Brahma.FSharp.Tests/TranslatorTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ let curryingTests = ptestList "Currying translation test" [
checkCode command "Nested.Function.Carring2.gen" "Nested.Function.Carring2.cl"
]

let localMemoryTests = ptestList "Test of local memory declaration functions" [
let localMemoryTests = testList "Test of local memory declaration functions" [
testCase "Local int" <| fun _ ->
let command =
<@ fun (range: Range1D) ->
Expand Down

0 comments on commit 2abdfbc

Please sign in to comment.