Skip to content

Commit 30a6644

Browse files
authored
1 parent e3b79af commit 30a6644

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/test/Interpreter/pretty-print.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: clang-repl "int i = 10;" 'extern "C" int printf(const char*,...);' \
22
// RUN: 'auto r1 = printf("i = %d\n", i);' | FileCheck --check-prefix=CHECK-DRIVER %s
3-
// UNSUPPORTED: system-aix
3+
// The test is flaky with asan https://github.com/llvm/llvm-project/pull/148701.
4+
// UNSUPPORTED: system-aix, asan
45
// CHECK-DRIVER: i = 10
56
// RUN: cat %s | clang-repl -Xcc -std=c++11 -Xcc -fno-delayed-template-parsing | FileCheck %s
67
extern "C" int printf(const char*,...);

0 commit comments

Comments
 (0)