We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a544451 commit 0481898Copy full SHA for 0481898
clang/test/3C/definedType.c
@@ -2,7 +2,7 @@
2
// RUN: 3c -addcr %s -- | FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" %s
3
// RUN: 3c -addcr %s -- | %clang -c -fcheckedc-extension -x c -o /dev/null -
4
// RUN: 3c -alltypes -output-postfix=checked %s
5
-// RUN: 3c -alltypes %S/definedType.checked.c | diff %S/definedType.checked.c -
+// RUN: 3c -alltypes %S/definedType.checked.c | count 0
6
// RUN: rm %S/definedType.checked.c
7
8
#include <stddef.h>
0 commit comments