Skip to content

Commit c899862

Browse files
committed
Fix the placeholder to "true"
1 parent 518e232 commit c899862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Analysis/live-stmts.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Disabling this flaky test, see https://github.com/llvm/llvm-project/pull/126913#issuecomment-2655850766
2-
// UNSUPPORTED: *
2+
// UNSUPPORTED: true
33

44
// RUN: %clang_analyze_cc1 -w -analyzer-checker=debug.DumpLiveExprs %s 2>&1\
55
// RUN: | FileCheck %s

0 commit comments

Comments
 (0)