Skip to content

Commit

Permalink
Fix test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlabelle committed Dec 8, 2024
1 parent fd57dee commit 4ed771f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions InteropTests/Tests/FlatModuleTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import UWP_Flat

// Compile-time tests that the UWP_Flat flat module
// exposes short names for types in that module.
typealias MemoryBufferExists = MemoryBuffer // From UWP_WindowsFoundation
typealias IBufferExists = IBuffer // From UWP_WindowsStorageStreams
fileprivate typealias MemoryBufferExists = MemoryBuffer // From UWP_WindowsFoundation
fileprivate typealias IBufferExists = IBuffer // From UWP_WindowsStorageStreams
2 changes: 1 addition & 1 deletion InteropTests/Tests/NamespaceModuleTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ import UWP_WindowsFoundation

// Compile-time tests that the UWP_WindowsFoundation namespace module
// exposes short names for types in that namespace.
typealias MemoryBufferExists = MemoryBuffer
fileprivate typealias MemoryBufferExists = MemoryBuffer

0 comments on commit 4ed771f

Please sign in to comment.