We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf2915 commit 413cfa2Copy full SHA for 413cfa2
test/Serialization/Inputs/def_union.swift renamed to test/Serialization/Inputs/def_enum.swift
test/Serialization/union.swift renamed to test/Serialization/enum.swift
@@ -1,13 +1,13 @@
1
// RUN: rm -rf %t
2
// RUN: mkdir %t
3
-// RUN: %target-swift-frontend -emit-module -o %t %S/Inputs/def_union.swift
4
-// RUN: llvm-bcanalyzer %t/def_union.swiftmodule | FileCheck %s
+// RUN: %target-swift-frontend -emit-module -o %t %S/Inputs/def_enum.swift
+// RUN: llvm-bcanalyzer %t/def_enum.swiftmodule | FileCheck %s
5
// RUN: %target-swift-frontend -parse -I %t %s -o /dev/null
6
// RUN: %target-swift-frontend -emit-sil -I %t %s -o /dev/null
7
8
// CHECK-NOT: UnknownCode
9
10
-import def_union
+import def_enum
11
12
extension Basic {
13
init(silly: Int) {
0 commit comments