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 1d9c00a commit 3382965Copy full SHA for 3382965
test/SourceKit/Sema/educational_note_diags.swift
@@ -1,6 +1,6 @@
1
extension (Int, Int) {}
2
3
-// RUN: %sourcekitd-test -req=sema %s -- -Xfrontend -enable-descriptive-diagnostics -Xfrontend -diagnostic-documentation-path -Xfrontend /educational/notes/path/prefix %s | %FileCheck %s -check-prefix=DESCRIPTIVE
+// RUN: %sourcekitd-test -req=sema %s -- -Xfrontend -enable-educational-notes -Xfrontend -diagnostic-documentation-path -Xfrontend /educational/notes/path/prefix %s | %FileCheck %s -check-prefix=DESCRIPTIVE
4
5
// DESCRIPTIVE: key.description: "non-nominal type
6
// DESCRIPTIVE: key.educational_note_paths: [
0 commit comments