Skip to content

Commit

Permalink
v2.7.4-luajit: Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MCJack123 committed May 13, 2023
1 parent 923f991 commit 8b327f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/CCT-Tests.patch
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ diff -ruN --strip -x .DS_Store projects/core/src/test/resources/test-rom/spec/lu
--- SPDX-FileCopyrightText: 2021 The CC: Tweaked Developers
---
--- SPDX-License-Identifier: MPL-2.0
--
-
-describe("The VM terminates long running code :slow", function()
- it("in loops", function()
- expect.error(function() while true do end end)
Expand All @@ -59,7 +59,7 @@ diff -ruN --strip -x .DS_Store projects/core/src/test/resources/test-rom/spec/lu
--- SPDX-FileCopyrightText: 2021 The CC: Tweaked Developers
---
--- SPDX-License-Identifier: MPL-2.0
--
-
-describe("Coroutines", function()
- local function assert_resume(ok, ...)
- if ok then return table.pack(...) end
Expand Down Expand Up @@ -397,7 +397,7 @@ diff -ruN --strip -x .DS_Store src/test/resources/test-rom/spec/apis/fs_spec.lua
--- SPDX-FileCopyrightText: 2021 The CC: Tweaked Developers
---
--- SPDX-License-Identifier: MPL-2.0
--
-
-describe("The VM", function()
- it("allows unpacking a large number of values", function()
- -- We don't allow arbitrarily many values, half a meg is probably fine.
Expand Down

0 comments on commit 8b327f3

Please sign in to comment.