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.
2 parents 3be14e0 + 85d176e commit 198eec5Copy full SHA for 198eec5
test/Frontend/clang-args-diags.swift
@@ -1,9 +1,6 @@
1
// RUN: not %swift -Xcc -fake-argument -typecheck %s 2>&1 | %FileCheck %s -check-prefix=CHECK-UNKNOWN-ARG
2
// CHECK-UNKNOWN-ARG: unknown argument: '-fake-argument'
3
4
-// Temporarily disable this test on ASAN bots.
5
-// UNSUPPORTED: asan
6
-
7
// RUN: not %swift -Xcc -ivfsoverlay -Xcc %t.nonexistent -typecheck %s 2>&1 | %FileCheck %s -check-prefix=CHECK-VFS-NONEXISTENT
8
// CHECK-VFS-NONEXISTENT: virtual filesystem overlay file '{{.*}}' not found
9
0 commit comments