[Test] Re-enable previously failing ASAN test

This was fixed by https://github.com/apple/swift/pull/63881, ie. a stack
use after scope.

Resolves rdar://100508951.
This commit is contained in:
Ben Barham
2023-03-28 10:50:47 -07:00
parent 1a3cbfab7c
commit 85d176e68b

View File

@@ -1,9 +1,6 @@
// RUN: not %swift -Xcc -fake-argument -typecheck %s 2>&1 | %FileCheck %s -check-prefix=CHECK-UNKNOWN-ARG
// CHECK-UNKNOWN-ARG: unknown argument: '-fake-argument'
// Temporarily disable this test on ASAN bots.
// UNSUPPORTED: asan
// RUN: not %swift -Xcc -ivfsoverlay -Xcc %t.nonexistent -typecheck %s 2>&1 | %FileCheck %s -check-prefix=CHECK-VFS-NONEXISTENT
// CHECK-VFS-NONEXISTENT: virtual filesystem overlay file '{{.*}}' not found