Skip to content

Commit d805707

Browse files
committed
[clang][test] Correct UNSUPPORTED syntax in print-ranges.cpp
Without the ":" it doesn't work.
1 parent 8171f47 commit d805707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Analysis/print-ranges.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %clang_analyze_cc1 -analyzer-checker=core,debug.ExprInspection -analyzer-config eagerly-assume=false -verify %s
2-
// UNSUPPORTED z3
2+
// UNSUPPORTED: z3
33

44
template <typename T>
55
void clang_analyzer_value(T x);

0 commit comments

Comments
 (0)