File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
test/SymbolGraph/ClangImporter Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 4
4
// RUN: %{python} -m json.tool %t/EmitWhileBuilding.symbols.json %t/EmitWhileBuilding.formatted.symbols.json
5
5
// RUN: %FileCheck %s --input-file %t/EmitWhileBuilding.formatted.symbols.json
6
6
// RUN: %FileCheck %s --input-file %t/EmitWhileBuilding.formatted.symbols.json --check-prefix HEADER
7
+ // RUN: %FileCheck %s --input-file %t/EmitWhileBuilding.formatted.symbols.json --check-prefix LOCATION
7
8
8
9
// REQUIRES: objc_interop
9
10
@@ -28,3 +29,6 @@ public enum SwiftEnum {}
28
29
// CHECK-NEXT: "spelling": "SwiftEnum"
29
30
// CHECK-NEXT: }
30
31
// CHECK-NEXT: ],
32
+
33
+ // ensure that the only nodes with a "location" field are the ones that came from Swift
34
+ // LOCATION-COUNT-2: "location":
You can’t perform that action at this time.
0 commit comments