Skip to content

Commit

Permalink
Add attribution for Result.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfriesen committed Apr 29, 2022
1 parent bd6d44f commit 97b8df4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/RuntimeLimits.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ TEST_CASE_FIXTURE(LimitFixture, "bail_early_on_typescript_port_of_Result_type" *
{
constexpr const char* src = R"LUA(
--!strict
-- Big thanks to Dionysusnu by letting us use this code as part of our test suite!
-- https://github.com/Dionysusnu/rbxts-rust-classes
-- Licensed under the MPL 2.0: https://raw.githubusercontent.com/Dionysusnu/rbxts-rust-classes/master/LICENSE
local TS = _G[script]
local lazyGet = TS.import(script, script.Parent.Parent, "util", "lazyLoad").lazyGet
local unit = TS.import(script, script.Parent.Parent, "util", "Unit").unit
Expand Down

0 comments on commit 97b8df4

Please sign in to comment.