diff options
Diffstat (limited to 'test/Analysis/ubigraph-viz.cpp')
-rw-r--r-- | test/Analysis/ubigraph-viz.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/Analysis/ubigraph-viz.cpp b/test/Analysis/ubigraph-viz.cpp deleted file mode 100644 index 228dd660c7ffd..0000000000000 --- a/test/Analysis/ubigraph-viz.cpp +++ /dev/null @@ -1,7 +0,0 @@ -// RUN: %clang_analyze_cc1 -analyzer-checker=core,unix.API -analyzer-viz-egraph-ubigraph -verify %s -// expected-no-diagnostics - -int f(int x) { - return x < 0 ? 0 : 42; -} - |