diff options
-rw-r--r-- | llvm/test/Bindings/Go/go.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Bindings/Go/go.test b/llvm/test/Bindings/Go/go.test index 407623e9c6d..a9587e207b1 100644 --- a/llvm/test/Bindings/Go/go.test +++ b/llvm/test/Bindings/Go/go.test @@ -1,3 +1,3 @@ ; RUN: llvm-go test llvm.org/llvm/bindings/go/llvm -; REQUIRES: shell, not_ubsan, not_msan +; REQUIRES: shell, not_asan, not_ubsan, not_msan |