Skip to content

Commit 198eec5

Browse files
authored
Merge pull request #64678 from bnbarham/reenable-test
[Test] Re-enable previously failing ASAN test
2 parents 3be14e0 + 85d176e commit 198eec5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/Frontend/clang-args-diags.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// RUN: not %swift -Xcc -fake-argument -typecheck %s 2>&1 | %FileCheck %s -check-prefix=CHECK-UNKNOWN-ARG
22
// CHECK-UNKNOWN-ARG: unknown argument: '-fake-argument'
33

4-
// Temporarily disable this test on ASAN bots.
5-
// UNSUPPORTED: asan
6-
74
// RUN: not %swift -Xcc -ivfsoverlay -Xcc %t.nonexistent -typecheck %s 2>&1 | %FileCheck %s -check-prefix=CHECK-VFS-NONEXISTENT
85
// CHECK-VFS-NONEXISTENT: virtual filesystem overlay file '{{.*}}' not found
96

0 commit comments

Comments
 (0)