You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/Frontend/parseable_output_error.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ func foo() {
54
54
// CHECK-NEXT: {
55
55
// CHECK-NEXT: "kind": "finished",
56
56
// CHECK-NEXT: "name": "compile",
57
-
// CHECK-NEXT: "output": "5, 12: unexpected non-void return value in void function\n5, 12: did you mean to add a return type?\n",
57
+
// CHECK-NEXT: "output": "{{.*[\\/]}}parseable_output_error.swift:5:12: error: unexpected non-void return value in void function{{.*}}return 11;{{.*[\\/]}}parseable_output_error.swift:5:12: note: did you mean to add a return type?{{.*}}return 11;
0 commit comments