Skip to content

Commit c76a8ae

Browse files
kraenhansenCopilot
andauthored
Update packages/gyp-to-cmake/src/transformer.test.ts
Co-authored-by: Copilot <[email protected]>
1 parent c0a91de commit c76a8ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/gyp-to-cmake/src/transformer.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ describe("bindingGypToCmakeLists", () => {
4040
targets: [
4141
{
4242
target_name: "foo",
43-
sources: ["file\\with\\win32\\seperator.cc"],
43+
sources: ["file\\with\\win32\\separator.cc"],
4444
},
4545
],
4646
},
4747
});
4848

49-
assert(output.includes("add_library(foo SHARED file/with/win32/seperator.cc"));
49+
assert(output.includes("add_library(foo SHARED file/with/win32/separator.cc"));
5050
});
5151

5252
it("escapes spaces in source filenames", () => {

0 commit comments

Comments
 (0)