fixup! Revert location mismatch fix for structs
diff --git a/kotlin-native/Interop/StubGenerator/test/org/jetbrains/kotlin/native/interop/gen/ForwardDeclarationsTests.kt b/kotlin-native/Interop/StubGenerator/test/org/jetbrains/kotlin/native/interop/gen/ForwardDeclarationsTests.kt
index 8f3160b..fd1d69e 100644
--- a/kotlin-native/Interop/StubGenerator/test/org/jetbrains/kotlin/native/interop/gen/ForwardDeclarationsTests.kt
+++ b/kotlin-native/Interop/StubGenerator/test/org/jetbrains/kotlin/native/interop/gen/ForwardDeclarationsTests.kt
@@ -155,6 +155,8 @@
      */
     @Test
     fun `struct redeclaration with forward declaration - introduces type duplicate`() {
+        assumeTrue(HostManager.hostIsMac)
+
         val files = testFiles()
         val oneH = files.file("one.h", """
             struct Foo {