Skip to content

Commit

Permalink
constantinits.t is fixed now.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Jun 22, 2024
1 parent f29cfd2 commit 686d9a0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/constantinits.t
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
if terralib.llvm_version >= 170 and require("ffi").os == "Linux" then
print("Skipping broken test on Linux, see #644")
return -- FIXME: https://github.com/terralang/terra/issues/644
end

function failit(match,fn)
local success,msg = xpcall(fn,debug.traceback)
--print(msg)
Expand Down

0 comments on commit 686d9a0

Please sign in to comment.