Skip to content

Commit 4c7e02d

Browse files
author
Simon Barinka
committed
[SourceKit] Fix test
1 parent baec9f5 commit 4c7e02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SourceKit/Indexing/index_locals.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %empty-directory(%t)
2-
// RUN: %sourcekitd-test -req=index-to-store %s -index-store-path %t/idx -index-unit-output-path %t/index_locals.o -req-opts=should_index_locals=1 -- %s
2+
// RUN: %sourcekitd-test -req=index-to-store %s -index-store-path %t/idx -index-unit-output-path %t/index_locals.o -req-opts=include_locals=1 -- %s
33
// RUN: c-index-test core -print-record %t/idx | %FileCheck %s
44

55

0 commit comments

Comments
 (0)