Skip to content

Commit 0cf95fd

Browse files
committed
remove unused expectAllVersions
1 parent d38e4d2 commit 0cf95fd

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

test/util.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -76,22 +76,6 @@ export function testEachVersion<T extends TestBuilder>(
7676
}
7777
}
7878

79-
export function expectAllVersions<T>(
80-
expectation: (builder: T) => void
81-
): Record<tstl.LuaTarget, (builder: T) => void> {
82-
return {
83-
[tstl.LuaTarget.Universal]: expectation,
84-
[tstl.LuaTarget.Lua50]: expectation,
85-
[tstl.LuaTarget.Lua51]: expectation,
86-
[tstl.LuaTarget.Lua52]: expectation,
87-
[tstl.LuaTarget.Lua53]: expectation,
88-
[tstl.LuaTarget.Lua54]: expectation,
89-
[tstl.LuaTarget.Lua55]: expectation,
90-
[tstl.LuaTarget.LuaJIT]: expectation,
91-
[tstl.LuaTarget.Luau]: expectation,
92-
};
93-
}
94-
9579
export function expectEachVersionExceptJit<T>(
9680
expectation: (builder: T) => void
9781
): Record<tstl.LuaTarget, ((builder: T) => void) | boolean> {

0 commit comments

Comments
 (0)